# Functions
NewBackoff returns a new backoff calculator ready for use.
NewSizeLimitedBackOff returns a new SizeLimitedBackOff with provided maxRequestSize and lowest request size of 1.
WithMaxElapsedTime returns maxElapsedTime backoff option to override the MaxElapsedTime.
WithMaxInterval returns maxInterval backoff option to override the MaxInterval.
# Constants
No description provided by the author
# Interfaces
Option allows customization of the backoff.ExponentialBackOff.
SizeLimitedBackOff defines interface for implementing a size based backoff for requests which contain number of records to be processed by server.
# Type aliases
BackOff type alias of "github.com/cenkalti/backoff/v4" BackOff, for better readability in importing.