Versions in this module Expand all Collapse all v0 v0.0.2 Sep 7, 2020 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