Implement SDL CLI 'get namespaces' -command
[ric-plt/sdlgo.git] / internal / cli / types.go
index 53953a8..f5c4439 100644 (file)
@@ -29,6 +29,7 @@ import "gerrit.o-ran-sc.org/r/ric-plt/sdlgo/internal/sdlgoredis"
 type iDatabase interface {
        Info() (*sdlgoredis.DbInfo, error)
        State() (*sdlgoredis.DbState, error)
+       Keys(pattern string) ([]string, error)
 }
 
 //Database struct is a holder for the internal database instances.