Vendor main dependencies.
This commit is contained in:
parent
49a09ab7dd
commit
dd5e3fba01
2738 changed files with 1045689 additions and 0 deletions
15
vendor/gopkg.in/ns1/ns1-go.v2/rest/stat.go
generated
vendored
Normal file
15
vendor/gopkg.in/ns1/ns1-go.v2/rest/stat.go
generated
vendored
Normal file
|
@ -0,0 +1,15 @@
|
|||
package rest
|
||||
|
||||
// // GetQPSStats returns current queries per second (QPS) for the account
|
||||
// func (c APIClient) GetQPSStats() (v float64, err error) {
|
||||
// var s map[string]float64
|
||||
// _, err = c.doHTTPUnmarshal("GET", "https://api.nsone.net/v1/stats/qps", nil, &s)
|
||||
// if err != nil {
|
||||
// return v, err
|
||||
// }
|
||||
// v, found := s["qps"]
|
||||
// if !found {
|
||||
// return v, errors.New("Could not find 'qps' key in returned data")
|
||||
// }
|
||||
// return v, nil
|
||||
// }
|
Loading…
Add table
Add a link
Reference in a new issue