SetRetryInterval is a global wrapper methods which delegated to the default client, create a request and SetRetryInterval for request.
(getRetryIntervalFunc GetRetryIntervalFunc)
| 471 | // SetRetryInterval is a global wrapper methods which delegated |
| 472 | // to the default client, create a request and SetRetryInterval for request. |
| 473 | func 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. |
nothing calls this directly
no test coverage detected
searching dependent graphs…