Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck struct {
// contains filtered or unexported fields
}
func NewHealthCheck ¶
func NewHealthCheck(network, uri, port string, timeout time.Duration) HealthCheck
func (*HealthCheck) CheckInterfaces ¶
func (h *HealthCheck) CheckInterfaces(interfaces []net.Interface) error
func (*HealthCheck) HTTPHealthCheck ¶
func (h *HealthCheck) HTTPHealthCheck(ip string) error
func (*HealthCheck) PortHealthCheck ¶
func (h *HealthCheck) PortHealthCheck(ip string) error
type HealthCheckError ¶
func (HealthCheckError) Error ¶
func (e HealthCheckError) Error() string
Click to show internal directories.
Click to hide internal directories.