retry

package
v0.0.0-...-ce8de81 Latest Latest
Warning

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

Go to latest
Published: Sep 25, 2023 License: MIT Imports: 14 Imported by: 2

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) MarshalJSON

func (d *Duration) MarshalJSON() ([]byte, error)

MarshalJSON is the implementation of the MarshalJSON interface

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