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