retry

package
v0.12.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 31, 2025 License: MIT Imports: 3 Imported by: 0

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 DelayFunc

type DelayFunc func(int) time.Duration

type Func

type Func func(retryCount int) error

type OnFailedAttemptFunc

type OnFailedAttemptFunc func(error)

type ShouldStopFunc

type ShouldStopFunc func() bool

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL