Migrate to dep 0.4
This commit is contained in:
parent
dbd173b4e4
commit
7b19cb5631
255 changed files with 2233 additions and 35153 deletions
8
vendor/gopkg.in/ns1/ns1-go.v2/doc.go
generated
vendored
8
vendor/gopkg.in/ns1/ns1-go.v2/doc.go
generated
vendored
|
@ -1,8 +0,0 @@
|
|||
// Package ns1 is the NS1 golang SDK.
|
||||
//
|
||||
// To understand the REST models and terminology,
|
||||
// please visit the ns1 web page:
|
||||
//
|
||||
// https://ns1.com/
|
||||
//
|
||||
package ns1
|
2
vendor/gopkg.in/ns1/ns1-go.v2/rest/model/doc.go
generated
vendored
2
vendor/gopkg.in/ns1/ns1-go.v2/rest/model/doc.go
generated
vendored
|
@ -1,2 +0,0 @@
|
|||
// Package model defines structures for interacting with the NS1 API.
|
||||
package model
|
15
vendor/gopkg.in/ns1/ns1-go.v2/rest/model/stat.go
generated
vendored
15
vendor/gopkg.in/ns1/ns1-go.v2/rest/model/stat.go
generated
vendored
|
@ -1,15 +0,0 @@
|
|||
package model
|
||||
|
||||
// // 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