package
Version:
v1.3.3
Opens a new window with list of versions in this module.
Published: Sep 14, 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
¶
FromWAL creates a trie update feeder that sources state deltas from a WAL reader.
type WALReader interface {
Next() bool
Err() error
Record() []byte
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.