package
1.0.8
Repository: https://github.com/ossf/criticality_score.git
Documentation: pkg.go.dev

# Functions

No description provided by the author
DefaultBackoff will double the duration d if it is greater than zero, otherwise it returns 1 minute.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Constants

No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author

# Variables

No description provided by the author

# Structs

No description provided by the author
No description provided by the author

# Interfaces

No description provided by the author

# Type aliases

A BackoffFn takes the previous delay and calculates a new, longer delay.
A RetryAfterFn is used to parse the delay from the Retry-After header.
No description provided by the author
A RetryStrategyFn is used to determine whether or not a retry is needed, and if so, whether an initial delay is needed or not.