Documentation ¶
Index ¶
Constants ¶
View Source
const URL = "https://api.pagerduty.com/incidents"
Variables ¶
This section is empty.
Functions ¶
func CreateIncident ¶
func UpdateIncident ¶
Types ¶
type Error ¶
type Error struct {
Error PagerDutyError `json:"error"`
}
type Incident ¶
type Incident struct {
Incident PagerDutyIncident `json:"incident"`
}
type PagerDutyError ¶
type PagerDutyIncident ¶
Click to show internal directories.
Click to hide internal directories.