X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;h=b52dcfa8711ae7406d8c05276454fe3767373976;hb=4984522994d50af32fe8f0d1b0fbc7339bdf077f;hp=9e6fe02fa512bbed156fa1d04a2a65b5a2afdfd8;hpb=2037469c7f636b15cc069694b5e7a63cb230ec9a;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index 9e6fe02..b52dcfa 100644 --- a/pkg/sbi/types.go +++ b/pkg/sbi/types.go @@ -45,8 +45,9 @@ type Engine interface { AddEndpoint(*rtmgr.Endpoint) error DeleteEndpoint(*rtmgr.Endpoint) error UpdateEndpoints(*rtmgr.RicComponents) - CreateEndpoint(string,string)*rtmgr.Endpoint - DistributeToEp(*[]string, *rtmgr.Endpoint) error + CreateEndpoint(string)(*string,int) + CheckEndpoint(string)*rtmgr.Endpoint + DistributeToEp(*[]string, string, int ) error } /*type NngSocket interface {