UploadFile uploads a file to storage. The file is in the Form of the ctx and the key is "file"
(ctx *GinContext, condition UploadFileCondition)
| 82 | // UploadFile uploads a file to storage. |
| 83 | // The file is in the Form of the ctx and the key is "file" |
| 84 | UploadFile(ctx *GinContext, condition UploadFileCondition) UploadFileResponse |
| 85 | } |
| 86 | |
| 87 | var ( |
no outgoing calls
no test coverage detected