Work on datbase controller

This commit is contained in:
Daniel 2018-09-07 19:15:40 +02:00
parent 818cb332b4
commit 3d60431376
6 changed files with 77 additions and 90 deletions

View file

@ -13,6 +13,7 @@ type Interface interface {
Delete(key string) error
Query(q *query.Query) (*iterator.Iterator, error)
ReadOnly() bool
Maintain() error
MaintainThorough() error
Shutdown() error