X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;h=b52dcfa8711ae7406d8c05276454fe3767373976;hb=refs%2Fchanges%2F04%2F5904%2F1;hp=232a1dcf9174c57fbc0aaec70347a51747a398ce;hpb=bce67475ab8f92b42841dba561fff27b7d239820;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index 232a1dc..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) (*rtmgr.Endpoint) - DistributeToEp(*[]string, *rtmgr.Endpoint) error + CreateEndpoint(string)(*string,int) + CheckEndpoint(string)*rtmgr.Endpoint + DistributeToEp(*[]string, string, int ) error } /*type NngSocket interface {