Documentation
¶
Index ¶
Constants ¶
View Source
const ( NoBackoff PoliticType = iota ExponentialBackoff ConstantBackoff DefaultRetries = 1 DefaultMaxInterval = 60 * time.Second DefaultExponentialMultiplayer = 2 DefaultDelay = 250 * time.Millisecond )
Variables ¶
This section is empty.
Functions ¶
func SetupClientBackoff ¶
Types ¶
type HTTPTransport ¶
type HTTPTransport struct {
http.RoundTripper
// contains filtered or unexported fields
}
func NewTransport ¶
func NewTransport(delay time.Duration, retries int, backoff PoliticType, tripper http.RoundTripper) *HTTPTransport
type PoliticType ¶
type PoliticType int
Click to show internal directories.
Click to hide internal directories.