package
1.20240719.1
Repository: https://github.com/blend/go-sdk.git
Documentation: pkg.go.dev

# Functions

ConstantDelay returns a constant delay provider.
Defaults applies defaults to a given options.
ExponentialBackoff is a backoff provider that doubles the base delay each attempt.
New wraps an actioner with retries.
OptConstantDelay sets the retry delay provider.
OptDelayProvider sets the retry delay provider.
OptExponentialBackoff sets the retry delay provider.
OptMaxAttempts sets the max attempts.
OptShouldRetryProvider sets the should retry provider.
Retry calls an actioner with retries.

# Constants

# Structs

Retrier is the retry agent.

# Type aliases

No description provided by the author
No description provided by the author
DelayProvider is a provider for retry delays.
Option mutates retry options.
ShouldRetryProvider is a function that returns if we should retry on an error or abort retries.