Documentation ¶
Overview ¶
Package badger provides a Badger-backed node database.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrVersionNotFound can be returned by the migration helper when the // relevant version can't be found in the history database. ErrVersionNotFound = fmt.Errorf("version not found") )
Functions ¶
func CheckSanity ¶ added in v0.2100.0
CheckSanity checks the sanity of the node database by traversing all stored trees.
Types ¶
type DisplayHelper ¶ added in v0.2100.0
type MigrationHelper ¶ added in v0.2100.0
Click to show internal directories.
Click to hide internal directories.