SetTimeout is a global wrapper methods which delegated to the default client's Client.SetTimeout.
(d time.Duration)
| 246 | // SetTimeout is a global wrapper methods which delegated |
| 247 | // to the default client's Client.SetTimeout. |
| 248 | func SetTimeout(d time.Duration) *Client { |
| 249 | return defaultClient.SetTimeout(d) |
| 250 | } |
| 251 | |
| 252 | // EnableDumpAll is a global wrapper methods which delegated |
| 253 | // to the default client's Client.EnableDumpAll. |
nothing calls this directly
no test coverage detected
searching dependent graphs…