Documentation ¶
Index ¶
- type Node
- type Prober
- func (p *Prober) AddNode(name string, node Node)
- func (p *Prober) CheckBeaconNodeHealth(ctx context.Context) error
- func (p *Prober) CheckEventSyncerHealth(ctx context.Context) error
- func (p *Prober) CheckExecutionNodeHealth(ctx context.Context) error
- func (p *Prober) Healthy(context.Context) (bool, error)
- func (p *Prober) Run(ctx context.Context) error
- func (p *Prober) Start(ctx context.Context)
- func (p *Prober) Wait()
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Prober ¶
type Prober struct {
// contains filtered or unexported fields
}
func (*Prober) CheckBeaconNodeHealth ¶ added in v1.2.2
TODO: string constants are error-prone. Add a method to clients that returns their name or solve this in another way
func (*Prober) CheckEventSyncerHealth ¶ added in v1.2.2
func (*Prober) CheckExecutionNodeHealth ¶ added in v1.2.2
Click to show internal directories.
Click to hide internal directories.