X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;f=internal%2Fcli%2Ftypes.go;h=53953a8388aa0d05b0bfe6bec12830e521b1c078;hb=09f04dae6b7602251d68ea37c8664cdc0bb61019;hp=dbe410b4af9370d2fe062522b97d22ec3027b5e3;hpb=b1cc9affa891649332fb034f648e44514624a956;p=ric-plt%2Fsdlgo.git diff --git a/internal/cli/types.go b/internal/cli/types.go index dbe410b..53953a8 100644 --- a/internal/cli/types.go +++ b/internal/cli/types.go @@ -41,6 +41,7 @@ type DbCreateCb func() *Database //iSyncStorage is an interface towards SDL SyncStorage API type ISyncStorage interface { + Get(ns string, keys []string) (map[string]interface{}, error) ListKeys(ns string, pattern string) ([]string, error) Set(ns string, pairs ...interface{}) error Remove(ns string, keys []string) error