//
pkg.gl
Category
github.com/dreamsxin/go-kit
sd
endpointer
executor
package
1.0.1
Repository:
https://github.com/dreamsxin/go-kit.git
Documentation:
pkg.go.dev
Overview
Versions
2
Dependencies
7
Dependents
0
Files
101 SLOC
#
Functions
Retry
重试执行器,拥有最大重试次数.
RetryAlways
重试执行器,会一直重试直到成功.
RetryWithCallback
No description provided by the author
#
Structs
RetryError
用于保存多次重试错误.
#
Type aliases
RetryCallback
重试执行器回调函数接口,返回是否重试.