Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct {
Action string
Service string
Severity string
Summary string
Source string
Component string
Group string
Class string
Details string
DedupKey string
}
Event contains the required and optional fields to sent an event
type Logger ¶ added in v0.0.4
type Logger interface {
Debug(...interface{})
Warn(...interface{})
Fatal(...interface{})
}
type Pagerduty ¶
type Pagerduty struct {
// contains filtered or unexported fields
}
Pagerduty is the main object
func (*Pagerduty) GetServices ¶ added in v0.0.3
GetServices returns a list of all services names within the Pagerduty account
Click to show internal directories.
Click to hide internal directories.