Versions in this module Expand all Collapse all v1 v1.8.26 Dec 6, 2024 Changes in this version + var ErrRetryFailed = errors.New("all retry attempts failed") + type Strategy interface + On func(func() error) error + func ExponentialBackoff(attempts int, delay uint32) Strategy + func Timed(attempts int, delay uint32) Strategy Other modules containing this package github.com/morooi/xray-core/v24