Documentation
¶
Overview ¶
Package health provides component health checking.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Check ¶
type Check struct {
Name string `json:"name"`
Status Status `json:"status"`
Message string `json:"message,omitempty"`
Latency time.Duration `json:"latency"`
}
Check represents a single health check result.
Click to show internal directories.
Click to hide internal directories.