Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alert ¶
type Alert struct {
healthcheck.Event
}
func NewAlert ¶
func NewAlert(hb healthcheck.Healthcheck) *Alert
func (*Alert) MarkFailed ¶
func (*Alert) MarkSucceed ¶
type Manager ¶
type Manager struct {
// contains filtered or unexported fields
}
func NewManager ¶
func NewManager(globalConf *healthcheck.GlobalConfig, sche *scheduler.Scheduler, queueSize int64) *Manager
Click to show internal directories.
Click to hide internal directories.