AddCommonQueryParam is a global wrapper methods which delegated to the default client's Client.AddCommonQueryParam.
(key, value string)
| 162 | // AddCommonQueryParam is a global wrapper methods which delegated |
| 163 | // to the default client's Client.AddCommonQueryParam. |
| 164 | func AddCommonQueryParam(key, value string) *Client { |
| 165 | return defaultClient.AddCommonQueryParam(key, value) |
| 166 | } |
| 167 | |
| 168 | // AddCommonQueryParams is a global wrapper methods which delegated |
| 169 | // to the default client's Client.AddCommonQueryParams. |
nothing calls this directly
no test coverage detected
searching dependent graphs…