Documentation ¶
Index ¶
- Variables
- func TestKV(t *testing.T, testKV storekv.TestKV, newKV New, wg *pr2.WaitGroup)
- type Def
- type KV
- func (kv *KV) CostInfo() storekv.CostInfo
- func (k *KV) KeyDelete(keys ...string) (err error)
- func (k *KV) KeyExists(key string) (_ bool, err error)
- func (k *KV) KeyGet(key string, fn func(io.Reader) error) (err error)
- func (k *KV) KeyIter(prefix string, fn func(string) error) (err error)
- func (k *KV) KeyPut(key string, r io.Reader) (err error)
- func (k *KV) Name() string
- func (k *KV) StoreID() string
- type New
- type NewOption
- type Scope
- type Timeout
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Break = store.Break ErrKeyNotFound = store.ErrKeyNotFound ErrClosed = store.ErrClosed )
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.