gatus/alerting/pagerduty.go

8 lines
155 B
Go
Raw Normal View History

2020-09-17 01:26:19 +02:00
package alerting
type pagerDutyResponse struct {
Status string `json:"status"`
Message string `json:"message"`
DedupKey string `json:"dedup_key"`
}