package
Version:
v1.4.8
Opens a new window with list of versions in this module.
Published: Oct 28, 2021
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Feeder is a component that retrieves trie updates and feeds them to its consumer.
FromWAL creates a trie update feeder that sources state deltas from a WAL reader.
Update returns the next trie update.
type WALReader interface {
Next() bool
Err() error
Record() []byte
}
WALReader represents something that can read write-ahead log records.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.