retry

package
v0.0.0-...-b40c5a5 Latest Latest
Warning

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

Go to latest
Published: Apr 28, 2018 License: MIT Imports: 13 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewRetryMiddleware

func NewRetryMiddleware(cfg Config) func(http.Handler) http.Handler

NewRetryMiddleware creates a new retry middleware

Types

type Config

type Config struct {
	Attempts  int      `json:"attempts"`
	Backoff   Duration `json:"backoff"`
	Predicate string   `json:"predicate"`
}

Config represents the Body Limit configuration

type Duration

type Duration time.Duration

Duration is a wrapper for time.Duration so we can use human readable configs

func (*Duration) UnmarshalJSON

func (d *Duration) UnmarshalJSON(data []byte) error

UnmarshalJSON is the implementation of the UnmarshalJSON interface

Jump to

Keyboard shortcuts

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