aboutsummaryrefslogtreecommitdiffhomepage
path: root/vendor/github.com/DreamItGetIT/statuscake/responses.go
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/github.com/DreamItGetIT/statuscake/responses.go')
-rw-r--r--vendor/github.com/DreamItGetIT/statuscake/responses.go2
1 files changed, 1 insertions, 1 deletions
diff --git a/vendor/github.com/DreamItGetIT/statuscake/responses.go b/vendor/github.com/DreamItGetIT/statuscake/responses.go
index 9cdcb11..3cbf36d 100644
--- a/vendor/github.com/DreamItGetIT/statuscake/responses.go
+++ b/vendor/github.com/DreamItGetIT/statuscake/responses.go
@@ -28,7 +28,7 @@ type detailResponse struct {
28 Paused bool `json:"Paused"` 28 Paused bool `json:"Paused"`
29 WebsiteName string `json:"WebsiteName"` 29 WebsiteName string `json:"WebsiteName"`
30 URI string `json:"URI"` 30 URI string `json:"URI"`
31 ContactID string `json:"ContactID"` 31 ContactID int `json:"ContactID"`
32 Status string `json:"Status"` 32 Status string `json:"Status"`
33 Uptime float64 `json:"Uptime"` 33 Uptime float64 `json:"Uptime"`
34 CustomHeader string `json:"CustomHeader"` 34 CustomHeader string `json:"CustomHeader"`