Removed Book Keeping of RMR CTL ports. Route Distribution only on demand
[ric-plt/rtmgr.git] / pkg / sbi / types.go
index 9e6fe02..e2f14ed 100644 (file)
@@ -45,8 +45,8 @@ type Engine interface {
        AddEndpoint(*rtmgr.Endpoint) error
        DeleteEndpoint(*rtmgr.Endpoint) error
        UpdateEndpoints(*rtmgr.RicComponents)
-       CreateEndpoint(string,string)*rtmgr.Endpoint
-       DistributeToEp(*[]string, *rtmgr.Endpoint) error
+       CreateEndpoint(string,string)(*string,int)
+       DistributeToEp(*[]string, string, int ) error
 }
 
 /*type NngSocket interface {