SetCommonQueryParams is a global wrapper methods which delegated to the default client's Client.SetCommonQueryParams.
(params map[string]string)
| 156 | // SetCommonQueryParams is a global wrapper methods which delegated |
| 157 | // to the default client's Client.SetCommonQueryParams. |
| 158 | func SetCommonQueryParams(params map[string]string) *Client { |
| 159 | return defaultClient.SetCommonQueryParams(params) |
| 160 | } |
| 161 | |
| 162 | // AddCommonQueryParam is a global wrapper methods which delegated |
| 163 | // to the default client's Client.AddCommonQueryParam. |
nothing calls this directly
no test coverage detected
searching dependent graphs…