SetRetryCount is a global wrapper methods which delegated to the default client, create a request and SetRetryCount for request.
(count int)
| 465 | // SetRetryCount is a global wrapper methods which delegated |
| 466 | // to the default client, create a request and SetRetryCount for request. |
| 467 | func SetRetryCount(count int) *Request { |
| 468 | return defaultClient.R().SetRetryCount(count) |
| 469 | } |
| 470 | |
| 471 | // SetRetryInterval is a global wrapper methods which delegated |
| 472 | // to the default client, create a request and SetRetryInterval for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…