//
pkg.gl
Category
github.com/devtron-labs/devtron
util
retryFunc
package
0.7.2
Repository:
https://github.com/devtron-labs/devtron.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
5
Dependents
2
Files
43 SLOC
#
Functions
NewRetryableError
No description provided by the author
Retry
Retry performs a function with retries, delay, and a max number of attempts.
#
Structs
RetryableError
RetryableError is the error returned by callback function under Retry.