# Functions
IgnoreErrors can be used as IsRetryable handler for Retry function to exclude certain errors from the retry list.
NewConcurrentRetrier returns an instance of concurrent backoff retrier.
NewExponentialRetryPolicy returns an instance of ExponentialRetryPolicy using the provided initialInterval.
NewRetrier is used for creating a new instance of Retrier.
Retry function can be used to wrap any call with retry logic using the passed in policy.
# Constants
NoInterval represents Maximim interval.
# Variables
SystemClock implements Clock interface that uses time.Now().
# Structs
No description provided by the author
No description provided by the author
# Interfaces
No description provided by the author
No description provided by the author
No description provided by the author