Documentation ¶
Overview ¶
Package leveldb provides a key-value storage implementation of the recon prefix tree interface.
The Conflux leveldb API is versioned with gopkg. Use in your projects with:
import "gopkg.in/hockeypuck/conflux.v2/recon/leveldb"
Index ¶
Constants ¶
View Source
const COLLECTION_NAME = "conflux.recon"
Variables ¶
This section is empty.
Functions ¶
func ErrDuplicateElement ¶
func ErrElementNotFound ¶
func New ¶
func New(config recon.PTreeConfig, path string) (ptree recon.PrefixTree, err error)
Types ¶
Click to show internal directories.
Click to hide internal directories.