stub namespaces now that i realize file trees arent namespaces

This commit is contained in:
bel
2021-08-05 21:51:50 -06:00
parent 9cda5ad071
commit f647664b54
6 changed files with 63 additions and 15 deletions

1
db.go
View File

@@ -17,6 +17,7 @@ type DB interface {
Set(string, []byte, ...string) error
List([]string, ...string) ([]string, error)
Close() error
//Namespaces() ([][]string, error)
}
func New(key Type, params ...string) (db DB, err error) {