Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Enum ¶
type Enum int
Enum tells the choice made by an Arbiter, to retry or not
const ( // Done tells the arbiter decided the last retry succeeded Done Enum = iota // Retry tells the arbiter decided to execute the next retry Retry // Abort tells the arbiter decided something wrong occurred; the Action must stop with error Abort // Undecided tells the arbiter to skip this opinion Undecided )
Click to show internal directories.
Click to hide internal directories.