X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=pkg%2Fcontrol%2Ftypes.go;h=93cddb04c64c0d20563a814bb33b0b8ff0964315;hb=f0bb66c95fa3f03ae956cc719cc776ed2f2f3bd4;hp=0123357b858f3cb91add939b1df168df55a609c7;hpb=53dbe7eafa69dcea736ba19c66581a80f374b51a;p=ric-plt%2Fsubmgr.git diff --git a/pkg/control/types.go b/pkg/control/types.go index 0123357..93cddb0 100644 --- a/pkg/control/types.go +++ b/pkg/control/types.go @@ -37,11 +37,11 @@ func (rid *RequestId) String() string { } type Sdlnterface interface { - Set(pairs ...interface{}) error - Get(keys []string) (map[string]interface{}, error) - GetAll() ([]string, error) - Remove(keys []string) error - RemoveAll() error + Set(ns string, pairs ...interface{}) error + Get(ns string, keys []string) (map[string]interface{}, error) + GetAll(ns string) ([]string, error) + Remove(ns string, keys []string) error + RemoveAll(ns string) error } type E2SubscriptionDirectives struct {