Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Alerter ¶
func NewAlerter ¶
func NewAlerter(cfg service.ErrorAlerting) (Alerter, error)
type MockAlerter ¶
type MockAlerter struct{}
func (*MockAlerter) AlertError ¶
func (mn *MockAlerter) AlertError(e error) error
type PagerDuty ¶
type PagerDuty struct {
// contains filtered or unexported fields
}
func NewPagerDutyAlerter ¶
func NewPagerDutyAlerter(cfg *service.PagerDutyAlerting) (*PagerDuty, error)
func (*PagerDuty) AlertError ¶
Click to show internal directories.
Click to hide internal directories.