Documentation ¶
Index ¶
- func Open(paths ...string) gkv.KV
- type KV
- func (kv *KV) Close() error
- func (kv *KV) Count() (i int)
- func (kv KV) DB() interface{}
- func (kv *KV) Delete(key []byte) error
- func (kv *KV) Get(key []byte) (value []byte)
- func (kv *KV) Iterator(f func([]byte, []byte) bool) error
- func (kv *KV) Put(key, value []byte) error
- func (kv *KV) Register(table []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.