SetCommonQueryParam is a global wrapper methods which delegated to the default client's Client.SetCommonQueryParam.
(key, value string)
| 186 | // SetCommonQueryParam is a global wrapper methods which delegated |
| 187 | // to the default client's Client.SetCommonQueryParam. |
| 188 | func SetCommonQueryParam(key, value string) *Client { |
| 189 | return defaultClient.SetCommonQueryParam(key, value) |
| 190 | } |
| 191 | |
| 192 | // SetCommonQueryString is a global wrapper methods which delegated |
| 193 | // to the default client's Client.SetCommonQueryString. |
nothing calls this directly
no test coverage detected
searching dependent graphs…