X-Git-Url: https://gerrit.o-ran-sc.org/r/gitweb?a=blobdiff_plain;ds=sidebyside;f=internal%2Fcli%2Ftypes.go;h=dbe410b4af9370d2fe062522b97d22ec3027b5e3;hb=b1cc9affa891649332fb034f648e44514624a956;hp=448515ca3024def5d5c98bf333dc42ca4ba7eeed;hpb=b22d4dc6d46c936cf1b41837a8aaeb41abd7e6b5;p=ric-plt%2Fsdlgo.git diff --git a/internal/cli/types.go b/internal/cli/types.go index 448515c..dbe410b 100644 --- a/internal/cli/types.go +++ b/internal/cli/types.go @@ -43,6 +43,7 @@ type DbCreateCb func() *Database type ISyncStorage interface { ListKeys(ns string, pattern string) ([]string, error) Set(ns string, pairs ...interface{}) error + Remove(ns string, keys []string) error } //SyncStorageCreateCb callback function type to create a new SyncStorageInterface