Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinkedDB ¶
type LinkedDB interface { database.KeyValueReaderWriterDeleter IsEmpty() (bool, error) HeadKey() ([]byte, error) Head() (key []byte, value []byte, err error) NewIterator() database.Iterator NewIteratorWithStart(start []byte) database.Iterator }
LinkedDB provides a key value interface while allowing iteration.
func NewDefault ¶
Click to show internal directories.
Click to hide internal directories.