package
0.0.0-20200717144952-395fc46d54df
Repository: https://github.com/felipeweb/devctl.git
Documentation: pkg.go.dev
# Functions
Call calls the supplied function f repeatedly, using the isRetryable function and the provided backoff parameters to control the repetition.
# Structs
A ContextError contains both a context error (either context.Canceled or context.DeadlineExceeded), and the last error from the function being retried, or nil if the function was never called.