standard

package
v0.6.5 Latest Latest
Warning

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

Go to latest
Published: May 18, 2022 License: Apache-2.0 Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Parameter

type Parameter interface {
	// contains filtered or unexported methods
}

Parameter is the interface for service parameters.

func WithBlockSummaries

func WithBlockSummaries(enabled bool) Parameter

WithBlockSummaries states if the module should generate block summaries.

func WithBlocks

func WithBlocks(blocks blocks.Service) Parameter

WithBlocks sets the blocks service for this module.

func WithChainDB

func WithChainDB(chainDB chaindb.Service) Parameter

WithChainDB sets the chain database for this module.

func WithChainTime

func WithChainTime(chainTime chaintime.Service) Parameter

WithChainTime sets the chain time service for this module.

func WithETH2Client

func WithETH2Client(eth2Client eth2client.Service) Parameter

WithETH2Client sets the Ethereum 2 client for this module.

func WithEpochSummaries

func WithEpochSummaries(enabled bool) Parameter

WithEpochSummaries states if the module should generate epoch summaries.

func WithLogLevel

func WithLogLevel(logLevel zerolog.Level) Parameter

WithLogLevel sets the log level for the module.

func WithMonitor

func WithMonitor(monitor metrics.Service) Parameter

WithMonitor sets the monitor for the module.

func WithValidatorSummaries

func WithValidatorSummaries(enabled bool) Parameter

WithValidatorSummaries states if the module should generate validator summaries.

type Service

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

Service is a summarizer service.

func New

func New(ctx context.Context, params ...Parameter) (*Service, error)

New creates a new service.

func (*Service) OnFinalityUpdated

func (s *Service) OnFinalityUpdated(
	ctx context.Context,
	finalizedEpoch phase0.Epoch,
)

OnFinalityUpdated is called when finality has been updated in the database.

Jump to

Keyboard shortcuts

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