Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( // Version information - these will be set by build flags Version = "1.0.0" GitCommit = "dev" BuildDate = "unknown" GoVersion = runtime.Version() )
Functions ¶
Types ¶
type HealthCheck ¶
type HealthResult ¶
type HealthResult struct {
Overall string `json:"overall"`
Timestamp time.Time `json:"timestamp"`
Checks []HealthCheck `json:"checks"`
Summary string `json:"summary"`
}
Click to show internal directories.
Click to hide internal directories.