Versions in this module Expand all Collapse all v0 v0.0.4 Mar 21, 2021 v0.0.3 Mar 20, 2021 Changes in this version + func NewBoltStore(conf *BoltConfig) (store.Store, error) + type BoltConfig struct + Bucket string + DbName string + Root string + func (b *BoltConfig) Handler() string + func (b *BoltConfig) StoreFile() string