MCPcopy Create free account
hub / github.com/imroc/req / SetRetryBackoffInterval

Function SetRetryBackoffInterval

request_wrapper.go:485–487  ·  view source on GitHub ↗

SetRetryBackoffInterval is a global wrapper methods which delegated to the default client, create a request and SetRetryBackoffInterval for request.

(min, max time.Duration)

Source from the content-addressed store, hash-verified

483// SetRetryBackoffInterval is a global wrapper methods which delegated
484// to the default client, create a request and SetRetryBackoffInterval for request.
485func SetRetryBackoffInterval(min, max time.Duration) *Request {
486 return defaultClient.R().SetRetryBackoffInterval(min, max)
487}
488
489// SetRetryHook is a global wrapper methods which delegated
490// to the default client, create a request and SetRetryHook for request.

Callers

nothing calls this directly

Calls 2

RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…