persist

package
v0.1.0 Latest Latest
Warning

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

Go to latest
Published: Jun 22, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PersistPacemaker

func PersistPacemaker(
	ctx context.Context,
	chPersist <-chan types.PersistentState,
	configDigest types.ConfigDigest,
	database types.Database,
	databaseTimeout time.Duration,
	logger loghelper.LoggerWithContext,
)

PersistPacemaker receives states from the pacemaker protocol it should persist to the db through chPersist and writes them to database.

func PersistTransmission

func PersistTransmission(
	ctx context.Context,
	chPersist <-chan TransmissionDBUpdate,
	db types.Database,
	dbTimeout time.Duration,
	logger loghelper.LoggerWithContext,
)

Persists state from the transmission protocol to the database to allow for recovery after restarts

Types

type TransmissionDBUpdate

type TransmissionDBUpdate struct {
	Timestamp           types.ReportTimestamp
	PendingTransmission *types.PendingTransmission
}

Jump to

Keyboard shortcuts

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