package
0.0.0-20190617050638-84d53aaf3fbf
Repository: https://github.com/medibloc/go-medibloc.git
Documentation: pkg.go.dev
# Functions
NewLeveldbStorage init a LeveldbStorage.
NewMemoryStorage init a storage.
NewRocksStorage init a storage.
# Variables
ErrKeyNotFound entry not found error.
# Structs
LeveldbStorage storage which backend is leveldb.
MemoryStorage memory storage.
RocksStorage the nodes in trie.
# Interfaces
Storage interface of Storage.