feeder

package
v1.4.8 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 28, 2021 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Feeder added in v1.3.0

type Feeder struct {
	// contains filtered or unexported fields
}

Feeder is a component that retrieves trie updates and feeds them to its consumer.

func FromWAL added in v1.3.0

func FromWAL(reader WALReader) *Feeder

FromWAL creates a trie update feeder that sources state deltas from a WAL reader.

func (*Feeder) Update added in v1.3.0

func (f *Feeder) Update() (*ledger.TrieUpdate, error)

Update returns the next trie update.

type WALReader added in v1.3.0

type WALReader interface {
	Next() bool
	Err() error
	Record() []byte
}

WALReader represents something that can read write-ahead log records.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL