RMR handler for A1 policy query
[ric-plt/a1.git] / a1-go / pkg / policy / types.go
index 9386ead..a5f09fe 100644 (file)
@@ -26,4 +26,6 @@ type PolicyManager struct {
 }
 type iSdl interface {
        Set(ns string, pairs ...interface{}) error
+       GetAll(string) ([]string, error)
+       Get(string, []string) (map[string]interface{}, error)
 }