# Constants
BackoffKind_CONSTANT is a constant backoff.
BackoffKind_EXPONENTIAL is an exponential backoff.
BackoffKind_UNKNOWN defaults to BackoffKind_EXPONENTIAL.
Stop indicates that no more retries should be made for use in NextBackOff().
# Structs
Backoff configures a backoff.
Constant contains constant backoff options.
Exponential is the exponential arguments.
# Type aliases
BackoffKind is the kind of backoff.