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 (*Healthcheck) Healthcheck ¶
func (*Healthcheck) Inject ¶
func (controller *Healthcheck) Inject(responder *web.Responder, provider StatusProvider)
Inject Healthcheck dependencies
type StatusProvider ¶
type StatusProvider func() map[string]healthcheck.Status
Click to show internal directories.
Click to hide internal directories.