Versions in this module Expand all Collapse all v1 v1.1.0 Apr 22, 2024 v1.0.0 Jun 21, 2023 Changes in this version + type Pinger struct + func New(size int, options ...PingerOption) (*Pinger, <-chan types.QualifiedAddress) + func (p *Pinger) StopWait() + func (p *Pinger) Validate(ctx context.Context, addr string) + func (p *Pinger) ValidateQA(ctx context.Context, addr types.QualifiedAddress) + func (p *Pinger) ValidateStream(ch <-chan types.QualifiedAddress) + func (p *Pinger) ValidateStreamContext(ctx context.Context, ch <-chan types.QualifiedAddress) + type PingerOption func(*Pinger) + func AsUnprivileged() PingerOption + func InNetworkNamespace(netnsref string) PingerOption + func WithCount(count uint) PingerOption + func WithInterval(interval time.Duration) PingerOption + func WithThresholdPercentage(threshold uint) PingerOption