Reverting the code after releasing the image
[ric-plt/rtmgr.git] / pkg / sbi / types.go
index d024e94..c0ab373 100644 (file)
@@ -45,6 +45,8 @@ 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 {