Documentation
¶
Index ¶
Constants ¶
View Source
const ( // None means that this classification is not expected to ever retry. It should only be set for fatal errors None = Classification("None") Fast = Classification("RetryFast") Slow = Classification("RetrySlow") VerySlow = Classification("RetryVerySlow") )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Classification ¶
type Classification string
Click to show internal directories.
Click to hide internal directories.