Creating dymanic endpoints(Eps) and distributing routes to those endpoints on upgrad...
[ric-plt/rtmgr.git] / pkg / sbi / types.go
index 232a1dc..9e6fe02 100644 (file)
@@ -45,7 +45,7 @@ type Engine interface {
        AddEndpoint(*rtmgr.Endpoint) error
        DeleteEndpoint(*rtmgr.Endpoint) error
        UpdateEndpoints(*rtmgr.RicComponents)
-       CreateEndpoint(string) (*rtmgr.Endpoint)
+       CreateEndpoint(string,string)*rtmgr.Endpoint
        DistributeToEp(*[]string, *rtmgr.Endpoint) error
 }