type github.com/cenkalti/backoff/v4.ExponentialBackOffOpts
9 uses
github.com/cenkalti/backoff/v4 (current package)
exponential.go#L75: type ExponentialBackOffOpts func(*ExponentialBackOff)
exponential.go#L87: func NewExponentialBackOff(opts ...ExponentialBackOffOpts) *ExponentialBackOff {
exponential.go#L105: func WithInitialInterval(duration time.Duration) ExponentialBackOffOpts {
exponential.go#L112: func WithRandomizationFactor(randomizationFactor float64) ExponentialBackOffOpts {
exponential.go#L119: func WithMultiplier(multiplier float64) ExponentialBackOffOpts {
exponential.go#L126: func WithMaxInterval(duration time.Duration) ExponentialBackOffOpts {
exponential.go#L133: func WithMaxElapsedTime(duration time.Duration) ExponentialBackOffOpts {
exponential.go#L140: func WithRetryStopDuration(duration time.Duration) ExponentialBackOffOpts {
exponential.go#L147: func WithClockProvider(clock Clock) ExponentialBackOffOpts {
![]() |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64) Golds is a Go 101 project developed by Tapir Liu. PR and bug reports are welcome and can be submitted to the issue list. Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |