Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Index your code
hub
/
github.com/Rican7/retry
/ types & classes
Types & classes
4 in github.com/Rican7/retry
⨍
Functions
53
◇
Types & classes
4
FuncType
Action
Action defines a callable function that package retry can handle.
retry.go:10
FuncType
Algorithm
Algorithm defines a function that calculates a time.Duration based on the given retry attempt number.
backoff/backoff.go:14
FuncType
Strategy
Strategy defines a function that Retry calls before every successive attempt to determine whether it should make the next attempt or not. Returning `t
strategy/strategy.go:21
FuncType
Transformation
Transformation defines a function that calculates a time.Duration based on the given duration.
jitter/jitter.go:14