package
0.0.0-20240319051850-7fd672d7a1dc
Repository: https://github.com/denisvmedia/inventario.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.