SetQueryParamsAnyType is a global wrapper methods which delegated to the default client, create a request and SetQueryParamsAnyType for request.
(params map[string]any)
| 183 | // SetQueryParamsAnyType is a global wrapper methods which delegated |
| 184 | // to the default client, create a request and SetQueryParamsAnyType for request. |
| 185 | func SetQueryParamsAnyType(params map[string]any) *Request { |
| 186 | return defaultClient.R().SetQueryParamsAnyType(params) |
| 187 | } |
| 188 | |
| 189 | // SetQueryParam is a global wrapper methods which delegated |
| 190 | // to the default client, create a request and SetQueryParam for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…