Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BoltDBStorage ¶
type BoltDBStorage struct {
// contains filtered or unexported fields
}
func NewBoltDBStorage ¶
func NewBoltDBStorage(path string) (*BoltDBStorage, error)
func (*BoltDBStorage) Delete ¶
func (storage *BoltDBStorage) Delete(bucketName string, key string)
func (*BoltDBStorage) Destroy ¶
func (storage *BoltDBStorage) Destroy() error
Click to show internal directories.
Click to hide internal directories.