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

Function SetCommonRetryBackoffInterval

client_wrapper.go:704–706  ·  view source on GitHub ↗

SetCommonRetryBackoffInterval is a global wrapper methods which delegated to the default client's Client.SetCommonRetryBackoffInterval.

(min, max time.Duration)

Source from the content-addressed store, hash-verified

702// SetCommonRetryBackoffInterval is a global wrapper methods which delegated
703// to the default client's Client.SetCommonRetryBackoffInterval.
704func SetCommonRetryBackoffInterval(min, max time.Duration) *Client {
705 return defaultClient.SetCommonRetryBackoffInterval(min, max)
706}
707
708// SetCommonRetryHook is a global wrapper methods which delegated
709// to the default client's Client.SetCommonRetryHook.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…