X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=a1-go%2Fpkg%2Fresthooks%2Ftypes.go;h=4765e294327fe23b141d859f0bf97bcf781b13e6;hb=dd7944b7069298a8c162c5dd0be6b7c9defd231d;hp=01f425897b0db914800950ba7ca5a97030d4f0b9;hpb=1a41ce75dbf508ae4d85c2dc4a562f36da04bb65;p=ric-plt%2Fa1.git diff --git a/a1-go/pkg/resthooks/types.go b/a1-go/pkg/resthooks/types.go index 01f4258..4765e29 100644 --- a/a1-go/pkg/resthooks/types.go +++ b/a1-go/pkg/resthooks/types.go @@ -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 {