Get Policy type Schema from policy id
[ric-plt/a1.git] / a1-go / pkg / resthooks / types.go
index f18ca57..e84e048 100644 (file)
@@ -27,4 +27,5 @@ type Resthook struct {
 type iSdl interface {
        GetAll(string) ([]string, error)
        SetIfNotExists(ns string, key string, data interface{}) (bool, error)
+       Get(string, []string) (map[string]interface{}, error)
 }