Versions in this module Expand all Collapse all v1 v1.0.6 Jan 11, 2025 Changes in this version + func Retry(fn RetryFunc, config Config) (interface{}, error) + type Config struct + InitialDelay time.Duration + MaxDelay time.Duration + MaxRetries int + type RetryFunc func() (interface{}, error)