Versions in this module Expand all Collapse all v0 v0.6.1 Oct 30, 2021 v0.6.0 Oct 29, 2021 Changes in this version + type CommandLine struct + func (c *CommandLine) Host() string + func (c *CommandLine) Port() uint64 + func (c *CommandLine) Timeout() time.Duration + type HealthCheckResult struct + Host string + NumberOfUnreachableServices int + Results []SpecificPortHealthCheckResult + Strategy string + type HttpStatusStrategy struct + func (p HttpStatusStrategy) Run(configuration c.TargetConfigurations) HealthCheckResult + type PingStrategy struct + func (p PingStrategy) Run(configuration c.TargetConfigurations) HealthCheckResult + type SpecificPortHealthCheckResult struct + Error error + Host string + IsReachable bool + Latency time.Duration + Port uint64 + Strategy string + type Strategy interface + Run func(configuration c.TargetConfigurations) HealthCheckResult + type TelnetStrategy struct + func (t TelnetStrategy) Run(configuration c.TargetConfigurations) HealthCheckResult