package
1.0.9
Repository: https://github.com/yexm/golib.git
Documentation: pkg.go.dev

# Functions

Ensure keeps retring until ctx is done, it use a default retry object.
ensure backoff.
New a retry object.
Retriable makes an error be retriable.
No description provided by the author
No description provided by the author
WithBaseDelay set the first delay duration, default 10ms.
No description provided by the author
No description provided by the author

# Structs

No description provided by the author
RetriableErr is an error type which can be retried.
Retry ensures that the do function will be executed until some condition being satisfied.

# Type aliases

Option is an option to new a Retry object.