provider/statuscake: Bump Statuscake SDK version (#11985)
This commit is contained in:
parent
e5f899d357
commit
ad69c540b8
|
@ -11,7 +11,7 @@ import (
|
|||
"strings"
|
||||
)
|
||||
|
||||
const apiBaseURL = "https://www.statuscake.com/API"
|
||||
const apiBaseURL = "https://app.statuscake.com/API"
|
||||
|
||||
type responseBody struct {
|
||||
io.Reader
|
||||
|
|
|
@ -37,6 +37,7 @@ type detailResponse struct {
|
|||
DoNotFind bool `json:"DoNotFind"`
|
||||
LastTested string `json:"LastTested"`
|
||||
NextLocation string `json:"NextLocation"`
|
||||
Port int `json:"Port"`
|
||||
Processing bool `json:"Processing"`
|
||||
ProcessingState string `json:"ProcessingState"`
|
||||
ProcessingOn string `json:"ProcessingOn"`
|
||||
|
@ -62,5 +63,6 @@ func (d *detailResponse) test() *Test {
|
|||
NodeLocations: d.NodeLocations,
|
||||
FindString: d.FindString,
|
||||
DoNotFind: d.DoNotFind,
|
||||
Port: d.Port,
|
||||
}
|
||||
}
|
||||
|
|
|
@ -367,10 +367,10 @@
|
|||
"revision": "edd0930276e7f1a5f2cf3e7835b5dc42a3217669"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "jZHdtVQsg/9NeRqbxwy63OSbLl8=",
|
||||
"checksumSHA1": "oHtkxzPF9DIWqua2uA5MiVFRq+Q=",
|
||||
"path": "github.com/DreamItGetIT/statuscake",
|
||||
"revision": "9bfac395790f4d221cb5088c5c411f0ba8ba5f23",
|
||||
"revisionTime": "2016-12-01T15:35:21Z"
|
||||
"revision": "93fe653ce590267167708b20d7f49e0cc7021d99",
|
||||
"revisionTime": "2017-02-15T23:13:05Z"
|
||||
},
|
||||
{
|
||||
"checksumSHA1": "nomT+8bvze/Qmc0tK0r0mwgHV6M=",
|
||||
|
|
Loading…
Reference in New Issue