AddRetryHook is a global wrapper methods which delegated to the default client, create a request and AddRetryHook for request.
(hook RetryHookFunc)
| 495 | // AddRetryHook is a global wrapper methods which delegated |
| 496 | // to the default client, create a request and AddRetryHook for request. |
| 497 | func AddRetryHook(hook RetryHookFunc) *Request { |
| 498 | return defaultClient.R().AddRetryHook(hook) |
| 499 | } |
| 500 | |
| 501 | // SetRetryCondition is a global wrapper methods which delegated |
| 502 | // to the default client, create a request and SetRetryCondition for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…