provider/statuscake: Bump Statuscake SDK version (#11985)

This commit is contained in:
Paul Stack 2017-02-15 23:36:51 +00:00 committed by GitHub
parent e5f899d357
commit ad69c540b8
3 changed files with 6 additions and 4 deletions

View File

@ -11,7 +11,7 @@ import (
"strings" "strings"
) )
const apiBaseURL = "https://www.statuscake.com/API" const apiBaseURL = "https://app.statuscake.com/API"
type responseBody struct { type responseBody struct {
io.Reader io.Reader

View File

@ -37,6 +37,7 @@ type detailResponse struct {
DoNotFind bool `json:"DoNotFind"` DoNotFind bool `json:"DoNotFind"`
LastTested string `json:"LastTested"` LastTested string `json:"LastTested"`
NextLocation string `json:"NextLocation"` NextLocation string `json:"NextLocation"`
Port int `json:"Port"`
Processing bool `json:"Processing"` Processing bool `json:"Processing"`
ProcessingState string `json:"ProcessingState"` ProcessingState string `json:"ProcessingState"`
ProcessingOn string `json:"ProcessingOn"` ProcessingOn string `json:"ProcessingOn"`
@ -62,5 +63,6 @@ func (d *detailResponse) test() *Test {
NodeLocations: d.NodeLocations, NodeLocations: d.NodeLocations,
FindString: d.FindString, FindString: d.FindString,
DoNotFind: d.DoNotFind, DoNotFind: d.DoNotFind,
Port: d.Port,
} }
} }

6
vendor/vendor.json vendored
View File

@ -367,10 +367,10 @@
"revision": "edd0930276e7f1a5f2cf3e7835b5dc42a3217669" "revision": "edd0930276e7f1a5f2cf3e7835b5dc42a3217669"
}, },
{ {
"checksumSHA1": "jZHdtVQsg/9NeRqbxwy63OSbLl8=", "checksumSHA1": "oHtkxzPF9DIWqua2uA5MiVFRq+Q=",
"path": "github.com/DreamItGetIT/statuscake", "path": "github.com/DreamItGetIT/statuscake",
"revision": "9bfac395790f4d221cb5088c5c411f0ba8ba5f23", "revision": "93fe653ce590267167708b20d7f49e0cc7021d99",
"revisionTime": "2016-12-01T15:35:21Z" "revisionTime": "2017-02-15T23:13:05Z"
}, },
{ {
"checksumSHA1": "nomT+8bvze/Qmc0tK0r0mwgHV6M=", "checksumSHA1": "nomT+8bvze/Qmc0tK0r0mwgHV6M=",