package
0.0.0-20200226065818-fe632b36a108
Repository: https://github.com/alipay/sofa-mesh.git
Documentation: pkg.go.dev

# Functions

Delay sets the delay between successive retry attempts.
Do retries the given function, until there is a timeout, or until the function indicates that it has completed.
Timeout sets the timeout for the entire retry operation.

# Constants

DefaultDelay the default delay between successive retry attempts.
DefaultTimeout the default timeout for the entire retry operation.

# Type aliases

Option for a retry opteration.
RetriableFunc a function that can be retried.