Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthCheck ¶
type HealthCheck struct {
// contains filtered or unexported fields
}
func New ¶
func New() *HealthCheck
func (*HealthCheck) LivenessProbe ¶
func (hc *HealthCheck) LivenessProbe(w http.ResponseWriter, _ *http.Request)
func (*HealthCheck) ReadinessProbe ¶
func (hc *HealthCheck) ReadinessProbe(w http.ResponseWriter, _ *http.Request)
func (*HealthCheck) Ready ¶
func (hc *HealthCheck) Ready()
Click to show internal directories.
Click to hide internal directories.