SetCommonFormData is a global wrapper methods which delegated to the default client's Client.SetCommonFormData.
(data map[string]string)
| 54 | // SetCommonFormData is a global wrapper methods which delegated |
| 55 | // to the default client's Client.SetCommonFormData. |
| 56 | func SetCommonFormData(data map[string]string) *Client { |
| 57 | return defaultClient.SetCommonFormData(data) |
| 58 | } |
| 59 | |
| 60 | // SetMultipartBoundaryFunc is a global wrapper methods which delegated |
| 61 | // to the default client's Client.SetMultipartBoundaryFunc. |
nothing calls this directly
no test coverage detected
searching dependent graphs…