Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check func() (interface{}, error)
Check is a health check. Returns the health check results and, if unhealthy, a non-nil error.
type Checkable ¶
type Checkable interface { // HealthCheck returns health check results and, // if not healthy, a non-nil error HealthCheck() (interface{}, error) }
Checkable can have its health checked
Click to show internal directories.
Click to hide internal directories.