mirror of
https://github.com/safing/portbase
synced 2026-04-29 12:20:06 +00:00
Work on datbase controller
This commit is contained in:
parent
818cb332b4
commit
3d60431376
6 changed files with 77 additions and 90 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue