Documentation
¶
Index ¶
- func Compact(dbpath string) error
- func DecodeBase64(b []byte) ([]byte, error)
- func Delete(dbpath string, key []byte) error
- func DestroyDB(dbpath string) error
- func Dump(dbpath string, w io.Writer) error
- func Get(dbpath string, key []byte, w io.Writer) error
- func InitDB(dbpath string) error
- func Keys(dbpath string, w io.Writer) error
- func Load(dbpath string, r io.Reader) error
- func NewBase64Writer(w io.Writer) *base64Writer
- func NewPrettyPrinter(w io.Writer) *prettyPrinter
- func Put(dbpath string, key, value []byte) error
- func Show(dbpath string, kw, vw io.Writer) error
- func Unescape(b []byte) ([]byte, error)
- type Entry
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DecodeBase64 ¶
func NewBase64Writer ¶
func NewPrettyPrinter ¶
Types ¶
Click to show internal directories.
Click to hide internal directories.