Update go dependencies
This commit is contained in:
parent
a858c549d9
commit
f3bde94d68
643 changed files with 14296 additions and 19354 deletions
1
vendor/github.com/gophercloud/gophercloud/pagination/pager.go
generated
vendored
1
vendor/github.com/gophercloud/gophercloud/pagination/pager.go
generated
vendored
|
|
@ -22,7 +22,6 @@ var (
|
|||
// Depending on the pagination strategy of a particular resource, there may be an additional subinterface that the result type
|
||||
// will need to implement.
|
||||
type Page interface {
|
||||
|
||||
// NextPageURL generates the URL for the page of data that follows this collection.
|
||||
// Return "" if no such page exists.
|
||||
NextPageURL() (string, error)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue