package
0.0.0-20220308083446-f387b464c92d
Repository: https://github.com/weijun-sh/gethscan-server.git
Documentation: pkg.go.dev
# Functions
IsNotFoundErr is err 'ErrNotFound'.
New returns a wrapped LevelDB object.
NewCustom returns a wrapped LevelDB object.
# Structs
Database is a persistent key-value store.
HookedBatch wraps an arbitrary batch where each operation may be hooked into to monitor from black box code.
# Interfaces
Batch is a write-only database that commits changes to its host database when Write is called.
Batcher wraps the NewBatch method of a backing data store.
Compacter wraps the Compact method of a backing data store.
Iteratee wraps the NewIterator methods of a backing data store.
Iterator iterates over a database's key/value pairs in ascending key order.
KeyValueReader wraps the Has and Get method of a backing data store.
KeyValueStore contains all the methods required to allow handling different key-value data stores backing the high level database.
KeyValueWriter wraps the Put method of a backing data store.
Stater wraps the Stat method of a backing data store.