Documentation ¶
Index ¶
Constants ¶
View Source
const ( StatusPass = "pass" StatusFail = "fail" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HealthcheckFunc ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func (*Manager) Register ¶
func (m *Manager) Register(name string, toCheck HealthcheckFunc)
func (*Manager) RunHealthcheckEndpoint ¶
Click to show internal directories.
Click to hide internal directories.