package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewGetUpload creates a new http.Handler for the get upload operation.
NewGetUploadBadRequest creates GetUploadBadRequest with default headers values.
NewGetUploadInternalServerError creates GetUploadInternalServerError with default headers values.
NewGetUploadNotFound creates GetUploadNotFound with default headers values.
NewGetUploadOK creates GetUploadOK with default headers values.
NewGetUploadParams creates a new GetUploadParams object
There are no default values defined in the spec.
NewGetUploadUnauthorized creates GetUploadUnauthorized with default headers values.
# Constants
GetUploadBadRequestCode is the HTTP code returned for type GetUploadBadRequest.
GetUploadInternalServerErrorCode is the HTTP code returned for type GetUploadInternalServerError.
GetUploadNotFoundCode is the HTTP code returned for type GetUploadNotFound.
GetUploadOKCode is the HTTP code returned for type GetUploadOK.
GetUploadUnauthorizedCode is the HTTP code returned for type GetUploadUnauthorized.
# Structs
GetUpload swagger:route GET /uploads/{uploadId} Uploads getUpload
# Get information about an Upload
This endpoint returns a single Upload by ID containing the given Upload and
information about the Uploader and Move.
GetUploadBadRequest invalid request
swagger:response getUploadBadRequest
*/.
GetUploadInternalServerError server error
swagger:response getUploadInternalServerError
*/.
GetUploadNotFound Upload not found
swagger:response getUploadNotFound
*/.
GetUploadOK success
swagger:response getUploadOK
*/.
GetUploadParams contains all the bound params for the get upload operation typically these are obtained from a http.Request
swagger:parameters getUpload.
GetUploadUnauthorized request requires user authentication
swagger:response getUploadUnauthorized
*/.
GetUploadURL generates an URL for the get upload operation.
# Interfaces
GetUploadHandler interface for that can handle valid get upload params.
# Type aliases
GetUploadHandlerFunc turns a function with the right signature into a get upload handler.