Versions in this module Expand all Collapse all v0 v0.1.0 Jun 9, 2016 Changes in this version + func Open(log interfaces.ILog, path string) *bolt.DB + type Bolt struct + DB *bolt.DB + func (b *Bolt) Delete(log interfaces.ILog, key string) error + func (b *Bolt) ListAllFiles(log interfaces.ILog) (map[string]string, error) + func (b *Bolt) Read(log interfaces.ILog, key string) (string, error) + func (b *Bolt) Write(log interfaces.ILog, key, value string) error