package
0.1.6
Repository: https://github.com/xiaonanln/goworld.git
Documentation: pkg.go.dev

# Structs

KVItem is the type of KVDB item.

# Interfaces

Iterator is the interface for iterators for KVDB Next should returns the next item with error=nil whenever has next item otherwise returns KVItem{}, io.EOF When failed, returns KVItem{}, error.
KVDBEngine defines the interface of a KVDB engine implementation.