Versions in this module Expand all Collapse all v0 v0.2.0 Dec 1, 2025 v0.1.0 Nov 28, 2025 Changes in this version + type Strategy func(attempts uint) time.Duration + func BinaryExponential(baseDelay time.Duration) Strategy + func Constant(interval time.Duration) Strategy + func Exponential(baseDelay time.Duration, base float64) Strategy + func Linear(baseDelay time.Duration) Strategy