AddRetryCondition is a global wrapper methods which delegated to the default client, create a request and AddRetryCondition for request.
(condition RetryConditionFunc)
| 507 | // AddRetryCondition is a global wrapper methods which delegated |
| 508 | // to the default client, create a request and AddRetryCondition for request. |
| 509 | func AddRetryCondition(condition RetryConditionFunc) *Request { |
| 510 | return defaultClient.R().AddRetryCondition(condition) |
| 511 | } |
| 512 | |
| 513 | // SetUploadCallback is a global wrapper methods which delegated |
| 514 | // to the default client, create a request and SetUploadCallback for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…