Versions in this module Expand all Collapse all v1 v1.8.0 Aug 19, 2020 v1.7.0 Jul 12, 2020 Changes in this version + type ConfigLevelDB struct + DB Item + type Item struct + InMemory bool + Path string + type LevelDB struct + func New(cfg *ConfigLevelDB) *LevelDB + func (l *LevelDB) Down() error + func (l *LevelDB) Get() *ldb.DB + func (l *LevelDB) IteratorByPrefix(prefix []byte, fn func(key, val []byte) error) error + func (l *LevelDB) Tx(fn func(*ldb.Transaction) error) error + func (l *LevelDB) Up() error