Documentation
¶
Index ¶
- func TestStore(t *testing.T, testStore store.TestStore, scope dscope.Scope, wg *pr2.WaitGroup)
- type Def
- type New
- type Tree
- func (t *Tree) Delete(keys []store.Key) (err error)
- func (t *Tree) Exists(key store.Key) (exists bool, err error)
- func (t *Tree) ID() (store.ID, error)
- func (t *Tree) IterAllKeys(fn func(store.Key) error) (err error)
- func (t *Tree) IterKeys(ns key.Namespace, fn func(store.Key) error) (err error)
- func (t *Tree) Name() string
- func (t *Tree) Read(key store.Key, fn func(sb.Stream) error) (err error)
- func (t *Tree) Write(ns key.Namespace, stream sb.Stream, options ...store.WriteOption) (res store.WriteResult, err error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.