SetProxyURL is a global wrapper methods which delegated to the default client's Client.SetProxyURL.
(proxyUrl string)
| 552 | // SetProxyURL is a global wrapper methods which delegated |
| 553 | // to the default client's Client.SetProxyURL. |
| 554 | func SetProxyURL(proxyUrl string) *Client { |
| 555 | return defaultClient.SetProxyURL(proxyUrl) |
| 556 | } |
| 557 | |
| 558 | // DisableTraceAll is a global wrapper methods which delegated |
| 559 | // to the default client's Client.DisableTraceAll. |
nothing calls this directly
no test coverage detected
searching dependent graphs…