Versions in this module Expand all Collapse all v1 v1.0.0 Jun 15, 2020 Changes in this version + type Bolt struct + func (b *Bolt) Close() error + func (b *Bolt) Get(key string) (string, error) + func (b *Bolt) Init() error + func (b *Bolt) Open() error + func (b *Bolt) Set(key, value string) error + type Cache interface + Close func() error + Get func(key string) (string, error) + Init func() error + Open func() error + Set func(key, value string) error