Versions in this module Expand all Collapse all v0 v0.1.0 Mar 22, 2020 Changes in this version + type Storage struct + DB *badger.DB + func New(db *badger.DB) *Storage + func (sto *Storage) Delete(key string) error + func (sto *Storage) Exists(key string) bool + func (sto *Storage) List(prefix string, recursive bool) ([]string, error) + func (sto *Storage) Load(key string) ([]byte, error) + func (sto *Storage) Lock(key string) error + func (sto *Storage) Stat(key string) (certmagic.KeyInfo, error) + func (sto *Storage) Store(key string, value []byte) error + func (sto *Storage) Unlock(key string) error