SetCommonQueryParamsFromStruct is a global wrapper methods which delegated to the default client's Client.SetCommonQueryParamsFromStruct.
(v any)
| 204 | // SetCommonQueryParamsFromStruct is a global wrapper methods which delegated |
| 205 | // to the default client's Client.SetCommonQueryParamsFromStruct. |
| 206 | func SetCommonQueryParamsFromStruct(v any) *Client { |
| 207 | return defaultClient.SetCommonQueryParamsFromStruct(v) |
| 208 | } |
| 209 | |
| 210 | // SetCommonCookies is a global wrapper methods which delegated |
| 211 | // to the default client's Client.SetCommonCookies. |
nothing calls this directly
no test coverage detected
searching dependent graphs…