package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewUpdateMTOServiceItemStatus creates a new http.Handler for the update m t o service item status operation.
NewUpdateMTOServiceItemStatusBadRequest creates UpdateMTOServiceItemStatusBadRequest with default headers values.
NewUpdateMTOServiceItemStatusConflict creates UpdateMTOServiceItemStatusConflict with default headers values.
NewUpdateMTOServiceItemStatusForbidden creates UpdateMTOServiceItemStatusForbidden with default headers values.
NewUpdateMTOServiceItemStatusInternalServerError creates UpdateMTOServiceItemStatusInternalServerError with default headers values.
NewUpdateMTOServiceItemStatusNotFound creates UpdateMTOServiceItemStatusNotFound with default headers values.
NewUpdateMTOServiceItemStatusOK creates UpdateMTOServiceItemStatusOK with default headers values.
NewUpdateMTOServiceItemStatusParams creates a new UpdateMTOServiceItemStatusParams object
There are no default values defined in the spec.
NewUpdateMTOServiceItemStatusPreconditionFailed creates UpdateMTOServiceItemStatusPreconditionFailed with default headers values.
NewUpdateMTOServiceItemStatusUnauthorized creates UpdateMTOServiceItemStatusUnauthorized with default headers values.
NewUpdateMTOServiceItemStatusUnprocessableEntity creates UpdateMTOServiceItemStatusUnprocessableEntity with default headers values.
# Constants
UpdateMTOServiceItemStatusBadRequestCode is the HTTP code returned for type UpdateMTOServiceItemStatusBadRequest.
UpdateMTOServiceItemStatusConflictCode is the HTTP code returned for type UpdateMTOServiceItemStatusConflict.
UpdateMTOServiceItemStatusForbiddenCode is the HTTP code returned for type UpdateMTOServiceItemStatusForbidden.
UpdateMTOServiceItemStatusInternalServerErrorCode is the HTTP code returned for type UpdateMTOServiceItemStatusInternalServerError.
UpdateMTOServiceItemStatusNotFoundCode is the HTTP code returned for type UpdateMTOServiceItemStatusNotFound.
UpdateMTOServiceItemStatusOKCode is the HTTP code returned for type UpdateMTOServiceItemStatusOK.
UpdateMTOServiceItemStatusPreconditionFailedCode is the HTTP code returned for type UpdateMTOServiceItemStatusPreconditionFailed.
UpdateMTOServiceItemStatusUnauthorizedCode is the HTTP code returned for type UpdateMTOServiceItemStatusUnauthorized.
UpdateMTOServiceItemStatusUnprocessableEntityCode is the HTTP code returned for type UpdateMTOServiceItemStatusUnprocessableEntity.
# Structs
UpdateMTOServiceItemStatus swagger:route PATCH /mto-service-items/{mtoServiceItemID}/status mtoServiceItem updateMTOServiceItemStatus
updateMTOServiceItemStatus
Updates the status of a service item for a move to APPROVED or REJECTED.
UpdateMTOServiceItemStatusBadRequest The request payload is invalid.
UpdateMTOServiceItemStatusConflict There was a conflict with the request.
UpdateMTOServiceItemStatusForbidden The request was denied.
UpdateMTOServiceItemStatusInternalServerError A server error occurred.
UpdateMTOServiceItemStatusNotFound The requested resource wasn't found.
UpdateMTOServiceItemStatusOK Successfully updated service item status for a move task order.
UpdateMTOServiceItemStatusParams contains all the bound params for the update m t o service item status operation typically these are obtained from a http.Request
swagger:parameters updateMTOServiceItemStatus.
UpdateMTOServiceItemStatusPreconditionFailed Precondition failed, likely due to a stale eTag (If-Match).
UpdateMTOServiceItemStatusUnauthorized The request was denied.
UpdateMTOServiceItemStatusUnprocessableEntity The payload was unprocessable.
UpdateMTOServiceItemStatusURL generates an URL for the update m t o service item status operation.
# Interfaces
UpdateMTOServiceItemStatusHandler interface for that can handle valid update m t o service item status params.
# Type aliases
UpdateMTOServiceItemStatusHandlerFunc turns a function with the right signature into a update m t o service item status handler.