Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func Do ¶
func Do(retryFunc Func, stopFunc ShouldStopFunc, delayFunc DelayFunc, attemptFunc OnFailedAttemptFunc) error
Types ¶
type OnFailedAttemptFunc ¶
type OnFailedAttemptFunc func(error)
type ShouldStopFunc ¶
type ShouldStopFunc func() bool
Click to show internal directories.
Click to hide internal directories.