Documentation
¶
Index ¶
- func Delete(dbpath string, key []byte) error
- func Get(dbpath string, key []byte) (string, bool, error)
- func Init(dbpath string) error
- func Put(dbpath string, key []byte, value []byte) error
- func Search(dbpath string, key []byte) (string, bool, error)
- func Walk(dbpath string, f func(string, string)) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.