mirror of
https://github.com/TwiN/gatus.git
synced 2024-11-29 11:25:08 +01:00
8 lines
155 B
Go
8 lines
155 B
Go
package alerting
|
|
|
|
type pagerDutyResponse struct {
|
|
Status string `json:"status"`
|
|
Message string `json:"message"`
|
|
DedupKey string `json:"dedup_key"`
|
|
}
|