SetCommonRetryBackoffInterval is a global wrapper methods which delegated to the default client's Client.SetCommonRetryBackoffInterval.
(min, max time.Duration)
| 702 | // SetCommonRetryBackoffInterval is a global wrapper methods which delegated |
| 703 | // to the default client's Client.SetCommonRetryBackoffInterval. |
| 704 | func SetCommonRetryBackoffInterval(min, max time.Duration) *Client { |
| 705 | return defaultClient.SetCommonRetryBackoffInterval(min, max) |
| 706 | } |
| 707 | |
| 708 | // SetCommonRetryHook is a global wrapper methods which delegated |
| 709 | // to the default client's Client.SetCommonRetryHook. |
nothing calls this directly
no test coverage detected
searching dependent graphs…