Add version v0.1.0
[ric-plt/rtmgr.git] / pkg / rpe / types.go
index 69f01c4..b227c0e 100644 (file)
@@ -26,7 +26,7 @@ package rpe
 
 import "rtmgr"
 
-type generatePolicies func(*[]rtmgr.XApp) (*[]string)
+type generatePolicies func(rtmgr.Endpoints) *[]string
 
 type RpeEngine struct {
        Name     string