Documentation ¶
Index ¶
- func NewBoltStore(path string) storage.Storer
- type BoltStore
- func (b *BoltStore) Delete(t storage.KeyType, key string) error
- func (b *BoltStore) Exists(t storage.KeyType, key string) bool
- func (b *BoltStore) Exit() error
- func (b *BoltStore) Get(t storage.KeyType, key string) (string, error)
- func (b *BoltStore) Init() error
- func (b *BoltStore) List(t storage.KeyType) ([]string, error)
- func (b *BoltStore) Put(t storage.KeyType, key, value string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewBoltStore ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.