SetCommonRetryCondition is a global wrapper methods which delegated to the default client's Client.SetCommonRetryCondition.
(condition RetryConditionFunc)
| 720 | // SetCommonRetryCondition is a global wrapper methods which delegated |
| 721 | // to the default client's Client.SetCommonRetryCondition. |
| 722 | func SetCommonRetryCondition(condition RetryConditionFunc) *Client { |
| 723 | return defaultClient.SetCommonRetryCondition(condition) |
| 724 | } |
| 725 | |
| 726 | // AddCommonRetryCondition is a global wrapper methods which delegated |
| 727 | // to the default client's Client.AddCommonRetryCondition. |
nothing calls this directly
no test coverage detected
searching dependent graphs…