X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;h=b52dcfa8711ae7406d8c05276454fe3767373976;hb=refs%2Fchanges%2F91%2F4591%2F1;hp=e2f14ede72b9bf919202b0d383d3b5bc7f9bb013;hpb=6a9ce4976c1fbbcb8d4a068f81e76515c99a9d3f;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index e2f14ed..b52dcfa 100644 --- a/pkg/sbi/types.go +++ b/pkg/sbi/types.go @@ -45,7 +45,8 @@ type Engine interface { AddEndpoint(*rtmgr.Endpoint) error DeleteEndpoint(*rtmgr.Endpoint) error UpdateEndpoints(*rtmgr.RicComponents) - CreateEndpoint(string,string)(*string,int) + CreateEndpoint(string)(*string,int) + CheckEndpoint(string)*rtmgr.Endpoint DistributeToEp(*[]string, string, int ) error }