package alerting type pagerDutyResponse struct { Status string `json:"status"` Message string `json:"message"` DedupKey string `json:"dedup_key"` }