//
pkg.gl
Category
github.com/hyperledger/firefly-fabconnect
internal
kvstore
package
0.9.21
Repository:
https://github.com/hyperledger/firefly-fabconnect.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
4
Files
105 SLOC
#
Functions
NewLDBKeyValueStore
NewLDBKeyValueStore construct a new LevelDB instance of a KV store.
#
Variables
ErrorNotFound
ErrorNotFound signal error for not found.
#
Interfaces
KVIterator
KVIterator interface for key value iterators.
KVStore
KVStore interface for key value stores.