1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-06 20:40:38 +00:00
Files
gatus/alerting/pagerduty.go
2020-09-16 19:26:19 -04:00

8 lines
155 B
Go

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