SetRetryBackoffInterval is a global wrapper methods which delegated to the default client, create a request and SetRetryBackoffInterval for request.
(min, max time.Duration)
| 483 | // SetRetryBackoffInterval is a global wrapper methods which delegated |
| 484 | // to the default client, create a request and SetRetryBackoffInterval for request. |
| 485 | func 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…