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

Function SetRetryFixedInterval

request_wrapper.go:479–481  ·  view source on GitHub ↗

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

(interval time.Duration)

Source from the content-addressed store, hash-verified

477// SetRetryFixedInterval is a global wrapper methods which delegated
478// to the default client, create a request and SetRetryFixedInterval for request.
479func SetRetryFixedInterval(interval time.Duration) *Request {
480 return defaultClient.R().SetRetryFixedInterval(interval)
481}
482
483// SetRetryBackoffInterval is a global wrapper methods which delegated
484// to the default client, create a request and SetRetryBackoffInterval for request.

Callers

nothing calls this directly

Calls 2

SetRetryFixedIntervalMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…