Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthOutput ¶
type HealthOutput struct {
Body struct {
Status string `json:"status"`
}
}
type ReadinessChecker ¶
type ReadinessChecker interface {
IsReady() bool
}
type ReadyOutput ¶
Click to show internal directories.
Click to hide internal directories.