package
0.31.0
Repository: https://github.com/circl-dev/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.