Work on tests and query

This commit is contained in:
Daniel 2018-09-12 17:10:35 +02:00
parent 014f944b2a
commit 1c7f98d9ba
13 changed files with 288 additions and 88 deletions

View file

@ -14,6 +14,7 @@ type Interface interface {
Query(q *query.Query, local, internal bool) (*iterator.Iterator, error)
ReadOnly() bool
Injected() bool
Maintain() error
MaintainThorough() error
Shutdown() error