AddCommonRetryCondition is a global wrapper methods which delegated to the default client's Client.AddCommonRetryCondition.
(condition RetryConditionFunc)
| 726 | // AddCommonRetryCondition is a global wrapper methods which delegated |
| 727 | // to the default client's Client.AddCommonRetryCondition. |
| 728 | func AddCommonRetryCondition(condition RetryConditionFunc) *Client { |
| 729 | return defaultClient.AddCommonRetryCondition(condition) |
| 730 | } |
| 731 | |
| 732 | // SetResponseBodyTransformer is a global wrapper methods which delegated |
| 733 | // to the default client's Client.SetResponseBodyTransformer. |
nothing calls this directly
no test coverage detected
searching dependent graphs…