Get Policy type Schema from policy id
[ric-plt/a1.git] / a1-go / pkg / resthooks / types.go
index 778cb17..e84e048 100644 (file)
@@ -26,4 +26,6 @@ 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)
 }