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

Function SetRetryInterval

request_wrapper.go:473–475  ·  view source on GitHub ↗

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

(getRetryIntervalFunc GetRetryIntervalFunc)

Source from the content-addressed store, hash-verified

471// SetRetryInterval is a global wrapper methods which delegated
472// to the default client, create a request and SetRetryInterval for request.
473func SetRetryInterval(getRetryIntervalFunc GetRetryIntervalFunc) *Request {
474 return defaultClient.R().SetRetryInterval(getRetryIntervalFunc)
475}
476
477// SetRetryFixedInterval is a global wrapper methods which delegated
478// to the default client, create a request and SetRetryFixedInterval for request.

Callers

nothing calls this directly

Calls 2

SetRetryIntervalMethod · 0.80
RMethod · 0.80

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…