Multiple E2T instance feature - Introduced APIs Delete E2T Instance and associate...
[ric-plt/rtmgr.git] / pkg / rpe / types.go
index 626213e..4a5b9fc 100644 (file)
@@ -43,6 +43,6 @@ type EngineConfig struct {
 }
 
 type Engine interface {
-       GeneratePolicies(rtmgr.Endpoints) *[]string
+       GeneratePolicies(rtmgr.Endpoints, *rtmgr.RicComponents) *[]string
        GenerateRouteTable(rtmgr.Endpoints) *rtmgr.RouteTable
 }