SetFileReader is a global wrapper methods which delegated to the default client, create a request and SetFileReader for request.
(paramName, filePath string, reader io.Reader)
| 65 | // SetFileReader is a global wrapper methods which delegated |
| 66 | // to the default client, create a request and SetFileReader for request. |
| 67 | func SetFileReader(paramName, filePath string, reader io.Reader) *Request { |
| 68 | return defaultClient.R().SetFileReader(paramName, filePath, reader) |
| 69 | } |
| 70 | |
| 71 | // SetFileBytes is a global wrapper methods which delegated |
| 72 | // to the default client, create a request and SetFileBytes for request. |
nothing calls this directly
no test coverage detected
searching dependent graphs…