//
pkg.gl
Category
github.com/subchen/go-stack
retry
package
1.0.1
Repository:
https://github.com/subchen/go-stack.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
3
Dependents
0
Files
54 SLOC
#
Structs
Operation
Operation defines the options for retry sleepInteval = min(random * minInteval * pow(factor, attempt), maxInteval).
#
Type aliases
RetryFunc
RetryFunc is func, attampt is 0-based.