Documentation
¶
Index ¶
Constants ¶
View Source
const ( ErrDeadlineReached retrierError = "retrier: deadline reached" ErrStopTrying retrierError = "retrier: stop trying" )
View Source
const ( NoBackoff backoff = iota FixedBackoff ExponentialBackoff )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type RetrierFunc ¶
type RetrierFunc = func() error
Click to show internal directories.
Click to hide internal directories.