1
0
mirror of https://github.com/TwiN/gatus.git synced 2026-02-04 16:59:42 +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"`
}