SetCommonRetryCount is a global wrapper methods which delegated to the default client's Client.SetCommonRetryCount.
(count int)
| 684 | // SetCommonRetryCount is a global wrapper methods which delegated |
| 685 | // to the default client's Client.SetCommonRetryCount. |
| 686 | func SetCommonRetryCount(count int) *Client { |
| 687 | return defaultClient.SetCommonRetryCount(count) |
| 688 | } |
| 689 | |
| 690 | // SetCommonRetryInterval is a global wrapper methods which delegated |
| 691 | // to the default client's Client.SetCommonRetryInterval. |
nothing calls this directly
no test coverage detected
searching dependent graphs…