X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;fp=pkg%2Fsbi%2Ftypes.go;h=c0ab373626572588faca1929bfd9ca3e0dd82c55;hb=df23f25ac56eb0076e6e8801bb6080468ccf44b6;hp=d024e9414afb88125895dddd5e768a3dba12be03;hpb=bf0ea182799efa98c5e1b9c894891752848a86ce;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index d024e94..c0ab373 100644 --- a/pkg/sbi/types.go +++ b/pkg/sbi/types.go @@ -45,6 +45,8 @@ type Engine interface { AddEndpoint(*rtmgr.Endpoint) error DeleteEndpoint(*rtmgr.Endpoint) error UpdateEndpoints(*rtmgr.RicComponents) + CreateEndpoint(string) (*rtmgr.Endpoint) + DistributeToEp(*[]string, *rtmgr.Endpoint) error } type NngSocket interface {