Documentation ¶
Index ¶
- Variables
- type BoltStore
- func (bs *BoltStore) Close() error
- func (bs *BoltStore) Delete(key string) error
- func (bs *BoltStore) Dump(w io.Writer) (err error)
- func (bs *BoltStore) ForEach(f func(string, []byte) error) error
- func (bs *BoltStore) ForEachPrefix(prefix string, f func(string, []byte) error) error
- func (bs *BoltStore) Get(key string, v interface{}) (err error)
- func (bs *BoltStore) Restore(r io.Reader) (err error)
- func (bs *BoltStore) Set(key string, v interface{}) error
- type Dumper
- type Marshaler
- type Restorer
- type Store
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type BoltStore ¶
type BoltStore struct { Marshaler // contains filtered or unexported fields }
func (*BoltStore) ForEachPrefix ¶
type Marshaler ¶
Click to show internal directories.
Click to hide internal directories.