package
19.10.0+incompatible
Repository: https://github.com/safescale-dev-team/safescale.git
Documentation: pkg.go.dev

# Constants

Abort tells the arbiter decided something wrong occurred; the Action must stop with error.
Done tells the arbiter decided the last retry succeeded.
Retry tells the arbiter decided to execute the next retry.

# Type aliases

Enum tells the choice made by an Arbiter, to retry or not.