SetCommonFormDataFromValues is a global wrapper methods which delegated to the default client's Client.SetCommonFormDataFromValues.
(data url.Values)
| 48 | // SetCommonFormDataFromValues is a global wrapper methods which delegated |
| 49 | // to the default client's Client.SetCommonFormDataFromValues. |
| 50 | func SetCommonFormDataFromValues(data url.Values) *Client { |
| 51 | return defaultClient.SetCommonFormDataFromValues(data) |
| 52 | } |
| 53 | |
| 54 | // SetCommonFormData is a global wrapper methods which delegated |
| 55 | // to the default client's Client.SetCommonFormData. |
nothing calls this directly
no test coverage detected
searching dependent graphs…