package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewUpdateMTOShipmentStatus creates a new http.Handler for the update m t o shipment status operation.
NewUpdateMTOShipmentStatusBadRequest creates UpdateMTOShipmentStatusBadRequest with default headers values.
NewUpdateMTOShipmentStatusConflict creates UpdateMTOShipmentStatusConflict with default headers values.
NewUpdateMTOShipmentStatusForbidden creates UpdateMTOShipmentStatusForbidden with default headers values.
NewUpdateMTOShipmentStatusInternalServerError creates UpdateMTOShipmentStatusInternalServerError with default headers values.
NewUpdateMTOShipmentStatusNotFound creates UpdateMTOShipmentStatusNotFound with default headers values.
NewUpdateMTOShipmentStatusOK creates UpdateMTOShipmentStatusOK with default headers values.
NewUpdateMTOShipmentStatusParams creates a new UpdateMTOShipmentStatusParams object
There are no default values defined in the spec.
NewUpdateMTOShipmentStatusPreconditionFailed creates UpdateMTOShipmentStatusPreconditionFailed with default headers values.
NewUpdateMTOShipmentStatusUnauthorized creates UpdateMTOShipmentStatusUnauthorized with default headers values.
NewUpdateMTOShipmentStatusUnprocessableEntity creates UpdateMTOShipmentStatusUnprocessableEntity with default headers values.
# Constants
UpdateMTOShipmentStatusBadRequestCode is the HTTP code returned for type UpdateMTOShipmentStatusBadRequest.
UpdateMTOShipmentStatusConflictCode is the HTTP code returned for type UpdateMTOShipmentStatusConflict.
UpdateMTOShipmentStatusForbiddenCode is the HTTP code returned for type UpdateMTOShipmentStatusForbidden.
UpdateMTOShipmentStatusInternalServerErrorCode is the HTTP code returned for type UpdateMTOShipmentStatusInternalServerError.
UpdateMTOShipmentStatusNotFoundCode is the HTTP code returned for type UpdateMTOShipmentStatusNotFound.
UpdateMTOShipmentStatusOKCode is the HTTP code returned for type UpdateMTOShipmentStatusOK.
UpdateMTOShipmentStatusPreconditionFailedCode is the HTTP code returned for type UpdateMTOShipmentStatusPreconditionFailed.
UpdateMTOShipmentStatusUnauthorizedCode is the HTTP code returned for type UpdateMTOShipmentStatusUnauthorized.
UpdateMTOShipmentStatusUnprocessableEntityCode is the HTTP code returned for type UpdateMTOShipmentStatusUnprocessableEntity.
# Structs
UpdateMTOShipmentStatus swagger:route PATCH /mto-shipments/{mtoShipmentID}/status mtoShipment updateMTOShipmentStatus
updateMTOShipmentStatus
Updates a shipment's status to APPROVED or REJECTED for the purpose of testing the Prime API.
UpdateMTOShipmentStatusBadRequest The request payload is invalid.
UpdateMTOShipmentStatusConflict There was a conflict with the request.
UpdateMTOShipmentStatusForbidden The request was denied.
UpdateMTOShipmentStatusInternalServerError A server error occurred.
UpdateMTOShipmentStatusNotFound The requested resource wasn't found.
UpdateMTOShipmentStatusOK Successfully updated the shipment's status.
UpdateMTOShipmentStatusParams contains all the bound params for the update m t o shipment status operation typically these are obtained from a http.Request
swagger:parameters updateMTOShipmentStatus.
UpdateMTOShipmentStatusPreconditionFailed Precondition failed, likely due to a stale eTag (If-Match).
UpdateMTOShipmentStatusUnauthorized The request was denied.
UpdateMTOShipmentStatusUnprocessableEntity The payload was unprocessable.
UpdateMTOShipmentStatusURL generates an URL for the update m t o shipment status operation.
# Interfaces
UpdateMTOShipmentStatusHandler interface for that can handle valid update m t o shipment status params.
# Type aliases
UpdateMTOShipmentStatusHandlerFunc turns a function with the right signature into a update m t o shipment status handler.