retry

package
v1.24.4 Latest Latest
Warning

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

Go to latest
Published: Aug 19, 2016 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var (
	ErrRetryFailed = errors.New("All retry attempts failed.")
)

Functions

This section is empty.

Types

type Strategy

type Strategy interface {
	// On performs a retry on a specific function, until it doesn't return any error.
	On(func() error) error
}

Strategy is a way to retry on a specific function.

func Timed

func Timed(attempts int, delay int) Strategy

Timed returns a retry strategy with fixed interval.

Jump to

Keyboard shortcuts

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