Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ConsoleNotifier ¶
type ConsoleNotifier struct{}
func NewConsoleNotifier ¶
func NewConsoleNotifier() *ConsoleNotifier
func (*ConsoleNotifier) Name ¶
func (c *ConsoleNotifier) Name() string
type FlashdutyNotifier ¶
type FlashdutyNotifier struct {
// contains filtered or unexported fields
}
func NewFlashdutyNotifier ¶
func NewFlashdutyNotifier(cfg *config.FlashdutyConfig) *FlashdutyNotifier
func (*FlashdutyNotifier) Name ¶
func (f *FlashdutyNotifier) Name() string
type PagerDutyNotifier ¶
type PagerDutyNotifier struct {
// contains filtered or unexported fields
}
func NewPagerDutyNotifier ¶
func NewPagerDutyNotifier(cfg *config.PagerDutyConfig) *PagerDutyNotifier
func (*PagerDutyNotifier) Name ¶
func (p *PagerDutyNotifier) Name() string
type WebAPINotifier ¶
type WebAPINotifier struct {
// contains filtered or unexported fields
}
func NewWebAPINotifier ¶
func NewWebAPINotifier(cfg *config.WebAPIConfig) *WebAPINotifier
func (*WebAPINotifier) Name ¶
func (w *WebAPINotifier) Name() string
Click to show internal directories.
Click to hide internal directories.