type github.com/cenkalti/backoff/v4.ExponentialBackOff
15 uses
github.com/cenkalti/backoff/v4 (current package)
exponential.go#L54: type ExponentialBackOff struct {
exponential.go#L75: type ExponentialBackOffOpts func(*ExponentialBackOff)
exponential.go#L87: func NewExponentialBackOff(opts ...ExponentialBackOffOpts) *ExponentialBackOff {
exponential.go#L88: b := &ExponentialBackOff{
exponential.go#L106: return func(ebo *ExponentialBackOff) {
exponential.go#L113: return func(ebo *ExponentialBackOff) {
exponential.go#L120: return func(ebo *ExponentialBackOff) {
exponential.go#L127: return func(ebo *ExponentialBackOff) {
exponential.go#L134: return func(ebo *ExponentialBackOff) {
exponential.go#L141: return func(ebo *ExponentialBackOff) {
exponential.go#L148: return func(ebo *ExponentialBackOff) {
exponential.go#L164: func (b *ExponentialBackOff) Reset() {
exponential.go#L171: func (b *ExponentialBackOff) NextBackOff() time.Duration {
exponential.go#L188: func (b *ExponentialBackOff) GetElapsedTime() time.Duration {
exponential.go#L193: func (b *ExponentialBackOff) incrementCurrentInterval() {
![]() |
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. |