SetCommonQueryParamsFromValues is a global wrapper methods which delegated to the default client's Client.SetCommonQueryParamsFromValues.
(params url.Values)
| 198 | // SetCommonQueryParamsFromValues is a global wrapper methods which delegated |
| 199 | // to the default client's Client.SetCommonQueryParamsFromValues. |
| 200 | func SetCommonQueryParamsFromValues(params url.Values) *Client { |
| 201 | return defaultClient.SetCommonQueryParamsFromValues(params) |
| 202 | } |
| 203 | |
| 204 | // SetCommonQueryParamsFromStruct is a global wrapper methods which delegated |
| 205 | // to the default client's Client.SetCommonQueryParamsFromStruct. |
nothing calls this directly
no test coverage detected
searching dependent graphs…