Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewHealthCheckService ¶
func NewHealthCheckService(h ReadinessReporter) *healthCheckService
Types ¶
type ReadinessReporter ¶
type ReadinessReporter interface {
Readiness() bool
}
ReadinessReporter is a type that knows how to report its readiness.
Click to show internal directories.
Click to hide internal directories.