SetCommonQueryString is a global wrapper methods which delegated to the default client's Client.SetCommonQueryString.
(query string)
| 192 | // SetCommonQueryString is a global wrapper methods which delegated |
| 193 | // to the default client's Client.SetCommonQueryString. |
| 194 | func SetCommonQueryString(query string) *Client { |
| 195 | return defaultClient.SetCommonQueryString(query) |
| 196 | } |
| 197 | |
| 198 | // SetCommonQueryParamsFromValues is a global wrapper methods which delegated |
| 199 | // to the default client's Client.SetCommonQueryParamsFromValues. |
nothing calls this directly
no test coverage detected
searching dependent graphs…