Documentation ¶
Index ¶
- type LVLDB
- func (db *LVLDB) ClearStore() error
- func (db *LVLDB) Close() error
- func (db *LVLDB) DeleteByKey(key []byte) error
- func (db *LVLDB) GetByKey(key []byte) ([]byte, error)
- func (db *LVLDB) NewIterator(prefix []byte) iterator.Iterator
- func (db *LVLDB) RemoveDbFile(filepath string) error
- func (db *LVLDB) SetByKey(key []byte, value []byte) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LVLDB ¶
type LVLDB struct {
// contains filtered or unexported fields
}
func (*LVLDB) ClearStore ¶
func (*LVLDB) DeleteByKey ¶
func (*LVLDB) RemoveDbFile ¶
Click to show internal directories.
Click to hide internal directories.