Taking old commit for releasing image
[ric-plt/rtmgr.git] / pkg / sbi / types.go
index c0ab373..d024e94 100644 (file)
@@ -45,8 +45,6 @@ type Engine interface {
        AddEndpoint(*rtmgr.Endpoint) error
        DeleteEndpoint(*rtmgr.Endpoint) error
        UpdateEndpoints(*rtmgr.RicComponents)
-       CreateEndpoint(string) (*rtmgr.Endpoint)
-       DistributeToEp(*[]string, *rtmgr.Endpoint) error
 }
 
 type NngSocket interface {