Versions in this module Expand all Collapse all v0 v0.0.2 Jul 12, 2020 Changes in this version + type Error struct + E error + S string + func (e Error) Error() string + func (e Error) Unwrap() error + type GenjiNoteMap struct + func Open(path string) (*GenjiNoteMap, error) + func (x *GenjiNoteMap) Close() error + func (x *GenjiNoteMap) NewReadWriterTransaction() pbdb.DbReadWriterTransaction + func (x *GenjiNoteMap) NewReaderTransaction() pbdb.DbReaderTransaction