Documentation ¶
Index ¶
- func NewAlertController(cc infra.Resolver) web.Controller
- func NewHealthcheckController(cc infra.Resolver) web.Controller
- func NewInspectController(cc infra.Resolver, conf *config.Config) web.Controller
- func NewPushController(cc infra.Resolver) web.Controller
- type AlertController
- type HealthcheckController
- type InspectController
- type PushController
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewAlertController ¶
func NewAlertController(cc infra.Resolver) web.Controller
func NewHealthcheckController ¶
func NewHealthcheckController(cc infra.Resolver) web.Controller
func NewInspectController ¶
func NewPushController ¶
func NewPushController(cc infra.Resolver) web.Controller
Types ¶
type AlertController ¶
type AlertController struct {
// contains filtered or unexported fields
}
func (AlertController) Alerts ¶
func (ctl AlertController) Alerts(alertManager *alert.Manager) alert.Alerts
func (AlertController) FailedCount ¶
func (AlertController) Register ¶
func (ctl AlertController) Register(router web.Router)
type HealthcheckController ¶
type HealthcheckController struct {
// contains filtered or unexported fields
}
func (HealthcheckController) DeleteHealthCheck ¶
func (HealthcheckController) HealthChecks ¶
func (ctl HealthcheckController) HealthChecks(sche *scheduler.Scheduler) scheduler.HealthcheckJobs
func (HealthcheckController) Register ¶
func (ctl HealthcheckController) Register(router web.Router)
type InspectController ¶
type InspectController struct {
// contains filtered or unexported fields
}
func (InspectController) Register ¶
func (wel InspectController) Register(router web.Router)
type PushController ¶
type PushController struct {
// contains filtered or unexported fields
}
func (PushController) Register ¶
func (ctl PushController) Register(router web.Router)
Click to show internal directories.
Click to hide internal directories.