Creation of Policy Type Schema
[ric-plt/a1.git] / a1-go / pkg / resthooks / types.go
index 778cb17..f18ca57 100644 (file)
@@ -26,4 +26,5 @@ type Resthook struct {
 
 type iSdl interface {
        GetAll(string) ([]string, error)
+       SetIfNotExists(ns string, key string, data interface{}) (bool, error)
 }