package
1.25.10
Repository: https://github.com/aperturerobotics/util.git
Documentation: pkg.go.dev

# 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().

# Variables

Enum value maps for BackoffKind.
Enum value maps for BackoffKind.

# Structs

Backoff configures a backoff.
Constant contains constant backoff options.
Exponential is the exponential arguments.

# Type aliases

BackoffKind is the kind of backoff.