MCPcopy Index your code
hub / github.com/imroc/req / SetCommonQueryParamsFromStruct

Function SetCommonQueryParamsFromStruct

client_wrapper.go:206–208  ·  view source on GitHub ↗

SetCommonQueryParamsFromStruct is a global wrapper methods which delegated to the default client's Client.SetCommonQueryParamsFromStruct.

(v any)

Source from the content-addressed store, hash-verified

204// SetCommonQueryParamsFromStruct is a global wrapper methods which delegated
205// to the default client's Client.SetCommonQueryParamsFromStruct.
206func 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.

Callers

nothing calls this directly

Calls 1

Tested by

no test coverage detected

Used in the wild real call sites across dependent graphs

searching dependent graphs…