Delete Policy Type Api
[ric-plt/a1.git] / a1-go / pkg / resthooks / types.go
index 01f4258..4765e29 100644 (file)
@@ -34,6 +34,7 @@ type iSdl interface {
        Get(string, []string) (map[string]interface{}, error)
        SetIf(ns string, key string, oldData, newData interface{}) (bool, error)
        Set(ns string, pairs ...interface{}) error
+       Remove(ns string, keys []string) error
 }
 
 type iRMRClient interface {