//
pkg.gl
Category
github.com/safescale-dev-team/safescale
lib
utils
retry
enums
Verdict
package
19.10.0+incompatible
Repository:
https://github.com/safescale-dev-team/safescale.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
0
Dependents
0
Files
9 SLOC
#
Constants
Abort
Abort tells the arbiter decided something wrong occurred; the Action must stop with error.
Done
Done tells the arbiter decided the last retry succeeded.
Retry
Retry tells the arbiter decided to execute the next retry.
#
Type aliases
Enum
Enum tells the choice made by an Arbiter, to retry or not.