Documentation ¶
Index ¶
- Constants
- type LevelDB
- func (db *LevelDB) Del(key string) error
- func (db *LevelDB) Get(key string) ([]byte, error)
- func (db *LevelDB) Iterator(prefix string) (map[string]string, error)
- func (db *LevelDB) IteratorOnlyKey(prefix string) ([]string, error)
- func (db *LevelDB) Set(key string, value []byte) error
- func (db *LevelDB) State(value string) (string, error)
Constants ¶
View Source
const ( KiB = 1024 MiB = KiB * 1024 GiB = MiB * 1024 )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LevelDB ¶
func (*LevelDB) IteratorOnlyKey ¶
Click to show internal directories.
Click to hide internal directories.