Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // ErrTimeout indicates health check timed out. ErrTimeout = errors.New("health check timed out") // ErrUnexpectedResponse indicates unexpected response is got from server. ErrUnexpectedResponse = errors.New("unexpected response") )
Errors returned by Checker.Check.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.