package
0.0.0-20241227064428-844e847ef4b4
Repository: https://github.com/ianchen0119/go-swagger.git
Documentation: pkg.go.dev
# Functions
NewUploadFile creates a new http.Handler for the upload file operation.
NewUploadFileOK creates UploadFileOK with default headers values.
NewUploadFileParams creates a new UploadFileParams object
There are no default values defined in the spec.
# Constants
UploadFileOKCode is the HTTP code returned for type UploadFileOK.
# Variables
UploadFileMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.
# Structs
UploadFile swagger:route POST /upload uploads uploadFile
uploads
*/.
UploadFileOK OK
swagger:response uploadFileOK
*/.
UploadFileParams contains all the bound params for the upload file operation typically these are obtained from a http.Request
swagger:parameters uploadFile.
UploadFileURL generates an URL for the upload file operation.
# Interfaces
UploadFileHandler interface for that can handle valid upload file params.
# Type aliases
UploadFileHandlerFunc turns a function with the right signature into a upload file handler.