package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev

# Functions

NewCreateUpload creates a new http.Handler for the create upload operation.
NewCreateUploadBadRequest creates CreateUploadBadRequest with default headers values.
NewCreateUploadCreated creates CreateUploadCreated with default headers values.
NewCreateUploadForbidden creates CreateUploadForbidden with default headers values.
NewCreateUploadInternalServerError creates CreateUploadInternalServerError with default headers values.
NewCreateUploadNotFound creates CreateUploadNotFound with default headers values.
NewCreateUploadParams creates a new CreateUploadParams object There are no default values defined in the spec.
NewCreateUploadRequestEntityTooLarge creates CreateUploadRequestEntityTooLarge with default headers values.
NewDeleteUpload creates a new http.Handler for the delete upload operation.
NewDeleteUploadBadRequest creates DeleteUploadBadRequest with default headers values.
NewDeleteUploadForbidden creates DeleteUploadForbidden with default headers values.
NewDeleteUploadInternalServerError creates DeleteUploadInternalServerError with default headers values.
NewDeleteUploadNoContent creates DeleteUploadNoContent with default headers values.
NewDeleteUploadNotFound creates DeleteUploadNotFound with default headers values.
NewDeleteUploadParams creates a new DeleteUploadParams object There are no default values defined in the spec.
NewDeleteUploads creates a new http.Handler for the delete uploads operation.
NewDeleteUploadsBadRequest creates DeleteUploadsBadRequest with default headers values.
NewDeleteUploadsForbidden creates DeleteUploadsForbidden with default headers values.
NewDeleteUploadsInternalServerError creates DeleteUploadsInternalServerError with default headers values.
NewDeleteUploadsNoContent creates DeleteUploadsNoContent with default headers values.
NewDeleteUploadsNotFound creates DeleteUploadsNotFound with default headers values.
NewDeleteUploadsParams creates a new DeleteUploadsParams object There are no default values defined in the spec.

# Constants

CreateUploadBadRequestCode is the HTTP code returned for type CreateUploadBadRequest.
CreateUploadCreatedCode is the HTTP code returned for type CreateUploadCreated.
CreateUploadForbiddenCode is the HTTP code returned for type CreateUploadForbidden.
CreateUploadInternalServerErrorCode is the HTTP code returned for type CreateUploadInternalServerError.
CreateUploadNotFoundCode is the HTTP code returned for type CreateUploadNotFound.
CreateUploadRequestEntityTooLargeCode is the HTTP code returned for type CreateUploadRequestEntityTooLarge.
DeleteUploadBadRequestCode is the HTTP code returned for type DeleteUploadBadRequest.
DeleteUploadForbiddenCode is the HTTP code returned for type DeleteUploadForbidden.
DeleteUploadInternalServerErrorCode is the HTTP code returned for type DeleteUploadInternalServerError.
DeleteUploadNoContentCode is the HTTP code returned for type DeleteUploadNoContent.
DeleteUploadNotFoundCode is the HTTP code returned for type DeleteUploadNotFound.
DeleteUploadsBadRequestCode is the HTTP code returned for type DeleteUploadsBadRequest.
DeleteUploadsForbiddenCode is the HTTP code returned for type DeleteUploadsForbidden.
DeleteUploadsInternalServerErrorCode is the HTTP code returned for type DeleteUploadsInternalServerError.
DeleteUploadsNoContentCode is the HTTP code returned for type DeleteUploadsNoContent.
DeleteUploadsNotFoundCode is the HTTP code returned for type DeleteUploadsNotFound.

# Variables

CreateUploadMaxParseMemory sets the maximum size in bytes for the multipart form parser for this operation.

# Structs

CreateUpload swagger:route POST /uploads uploads createUpload # Create a new upload Uploads represent a single digital file, such as a JPEG or PDF.
CreateUploadBadRequest invalid request swagger:response createUploadBadRequest */.
CreateUploadCreated created upload swagger:response createUploadCreated */.
CreateUploadForbidden not authorized swagger:response createUploadForbidden */.
CreateUploadInternalServerError server error swagger:response createUploadInternalServerError */.
CreateUploadNotFound not found swagger:response createUploadNotFound */.
CreateUploadParams contains all the bound params for the create upload operation typically these are obtained from a http.Request swagger:parameters createUpload.
CreateUploadRequestEntityTooLarge payload is too large swagger:response createUploadRequestEntityTooLarge */.
CreateUploadURL generates an URL for the create upload operation.
DeleteUpload swagger:route DELETE /uploads/{uploadId} uploads deleteUpload # Deletes an upload Uploads represent a single digital file, such as a JPEG or PDF.
DeleteUploadBadRequest invalid request swagger:response deleteUploadBadRequest */.
DeleteUploadForbidden not authorized swagger:response deleteUploadForbidden */.
DeleteUploadInternalServerError server error swagger:response deleteUploadInternalServerError */.
DeleteUploadNoContent deleted swagger:response deleteUploadNoContent */.
DeleteUploadNotFound not found swagger:response deleteUploadNotFound */.
DeleteUploadParams contains all the bound params for the delete upload operation typically these are obtained from a http.Request swagger:parameters deleteUpload.
DeleteUploads swagger:route DELETE /uploads uploads deleteUploads # Deletes a collection of uploads Uploads represent a single digital file, such as a JPEG or PDF.
DeleteUploadsBadRequest invalid request swagger:response deleteUploadsBadRequest */.
DeleteUploadsForbidden not authorized swagger:response deleteUploadsForbidden */.
DeleteUploadsInternalServerError server error swagger:response deleteUploadsInternalServerError */.
DeleteUploadsNoContent deleted swagger:response deleteUploadsNoContent */.
DeleteUploadsNotFound not found swagger:response deleteUploadsNotFound */.
DeleteUploadsParams contains all the bound params for the delete uploads operation typically these are obtained from a http.Request swagger:parameters deleteUploads.
DeleteUploadsURL generates an URL for the delete uploads operation.
DeleteUploadURL generates an URL for the delete upload operation.

# Interfaces

CreateUploadHandler interface for that can handle valid create upload params.
DeleteUploadHandler interface for that can handle valid delete upload params.
DeleteUploadsHandler interface for that can handle valid delete uploads params.

# Type aliases

CreateUploadHandlerFunc turns a function with the right signature into a create upload handler.
DeleteUploadHandlerFunc turns a function with the right signature into a delete upload handler.
DeleteUploadsHandlerFunc turns a function with the right signature into a delete uploads handler.