X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fsbi%2Ftypes.go;h=232a1dcf9174c57fbc0aaec70347a51747a398ce;hb=8532ffe427f1853ff6318715b9b6727cbd825654;hp=c0ab373626572588faca1929bfd9ca3e0dd82c55;hpb=dd6b05676beaff9d6252c3486cf8fb77748d37f8;p=ric-plt%2Frtmgr.git diff --git a/pkg/sbi/types.go b/pkg/sbi/types.go index c0ab373..232a1dc 100644 --- a/pkg/sbi/types.go +++ b/pkg/sbi/types.go @@ -49,11 +49,11 @@ type Engine interface { DistributeToEp(*[]string, *rtmgr.Endpoint) error } -type NngSocket interface { +/*type NngSocket interface { Listen(string) error Send([]byte) error Close() error DialOptions(string, map[string]interface{}) error } -type CreateNewNngSocketHandler func() (NngSocket, error) +type CreateNewNngSocketHandler func() (NngSocket, error)*/