Documentation ¶
Overview ¶
Package health contains code for health checks.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Pinger ¶
type Pinger interface { // Ping returns object with meta information and error Ping(ctx context.Context) (interface{}, error) // Name returns name of pinger Name() string }
Pinger pings external service.
type VersionResponse ¶
VersionResponse ...
Click to show internal directories.
Click to hide internal directories.