Versions in this module Expand all Collapse all v0 v0.3.1 Jan 5, 2023 Changes in this version type Parameter + func WithAggregateAttestationsSetter(setter probedb.AggregateAttestationsSetter) Parameter + func WithAttestationSummariesSetter(setter probedb.AttestationSummariesSetter) Parameter v0.2.0 Jun 20, 2022 Changes in this version + type Delay struct + DelayMS uint32 + IPAddr *net.IP + Method string + Slot uint32 + Source string + func (d *Delay) MarshalJSON() ([]byte, error) + func (d *Delay) UnmarshalJSON(input []byte) error + type Parameter interface + func WithBlockDelaysSetter(setter probedb.BlockDelaysSetter) Parameter + func WithHeadDelaysSetter(setter probedb.HeadDelaysSetter) Parameter + func WithListenAddress(listenAddress string) Parameter + func WithLogLevel(logLevel zerolog.Level) Parameter + func WithMonitor(monitor metrics.Service) Parameter + func WithServerName(name string) Parameter + type Service struct + func New(ctx context.Context, params ...Parameter) (*Service, error)