Versions in this module Expand all Collapse all v1 v1.1.1 Jun 18, 2022 Changes in this version + const URL + func CreateIncident(incident Incident) (string, error) + func UpdateIncident(id string) error + type Body struct + Details string + Type string + type Error struct + Error PagerDutyError + type Incident struct + Incident PagerDutyIncident + type PagerDutyError struct + Code int + Errors []string + Message string + type PagerDutyIncident struct + Body Body + Id string + Service Service + Status string + Title string + Type string + Urgency string + type Service struct + Id string + Type string