DisableInsecureSkipVerify is a global wrapper methods which delegated to the default client's Client.DisableInsecureSkipVerify.
()
| 150 | // DisableInsecureSkipVerify is a global wrapper methods which delegated |
| 151 | // to the default client's Client.DisableInsecureSkipVerify. |
| 152 | func DisableInsecureSkipVerify() *Client { |
| 153 | return defaultClient.DisableInsecureSkipVerify() |
| 154 | } |
| 155 | |
| 156 | // SetCommonQueryParams is a global wrapper methods which delegated |
| 157 | // to the default client's Client.SetCommonQueryParams. |
nothing calls this directly
no test coverage detected
searching dependent graphs…