package
1.0.1
Repository: https://github.com/subchen/go-stack.git
Documentation: pkg.go.dev

# Structs

Operation defines the options for retry sleepInteval = min(random * minInteval * pow(factor, attempt), maxInteval).

# Type aliases

RetryFunc is func, attampt is 0-based.