Documentation
¶
Index ¶
- type Store
- func (b Store) BulkSave(m map[store.Key][]byte) error
- func (b Store) Close() error
- func (b Store) Delete(keys ...store.Key) error
- func (b Store) Get(key store.Key) ([]byte, error)
- func (b Store) List(prefix store.TypeKey, process func([]byte) error) error
- func (b Store) ReadLazy(key store.FieldKey, w io.Writer) error
- func (b Store) Save(key store.Key, bytes []byte) error
- func (b Store) WriteLazy(key store.FieldKey, r io.Reader) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
Click to show internal directories.
Click to hide internal directories.