Versions in this module Expand all Collapse all v0 v0.0.0 Sep 5, 2020 Changes in this version + type Database interface + Del func(location string) error + Get func(location string) (fs.File, error) + Iterator func(prefix string, loadFileData bool) (Iterator, error) + Lock func() error + Set func(fs.File) error + Tidy func() error + Unlock func(password []byte) error + func New(databasePath string, verbose bool) (Database, error) + type Iterator interface + Channel func() <-chan fs.File + Close func() + Error func() error + type IteratorCloseFunc func() error