Switch to golang/dep.
This commit is contained in:
parent
d88554fa92
commit
044d87d96d
239 changed files with 42372 additions and 7011 deletions
2
vendor/github.com/cenk/backoff/backoff.go
generated
vendored
2
vendor/github.com/cenk/backoff/backoff.go
generated
vendored
|
@ -15,7 +15,7 @@ import "time"
|
|||
// BackOff is a backoff policy for retrying an operation.
|
||||
type BackOff interface {
|
||||
// NextBackOff returns the duration to wait before retrying the operation,
|
||||
// or backoff.Stop to indicate that no more retries should be made.
|
||||
// or backoff. Stop to indicate that no more retries should be made.
|
||||
//
|
||||
// Example usage:
|
||||
//
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue