//
pkg.gl
Category
github.com/hashicorp/vault/sdk
helper
backoff
package
0.15.2
Repository:
https://github.com/hashicorp/vault.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
4
Dependents
4
Files
76 SLOC
#
Functions
NewBackoff
NewBackoff creates a new exponential backoff with the given number of maximum retries and min/max durations.
#
Variables
ErrMaxRetry
No description provided by the author
#
Structs
Backoff
Backoff is used to do capped exponential backoff with jitter, with a maximum number of retries.