package
0.0.0-20160914140844-13f918f98fbc
Repository: https://github.com/hailooss/go-hailo-lib.git
Documentation: pkg.go.dev

# Functions

NewRetrier will create a new Retrier instance.
NewSimpleRetrier will create a new Retrier instance with no maximum delay or error handler.

# Constants

Delay does not increase between retries.
Delay is doubled after each attempt.
Delay is increased by by itself after each attempt.

# Structs

Retrier will try to call a function a number of times before giving up.

# Type aliases

No description provided by the author
No description provided by the author