package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewShowQueue creates a new http.Handler for the show queue operation.
NewShowQueueBadRequest creates ShowQueueBadRequest with default headers values.
NewShowQueueForbidden creates ShowQueueForbidden with default headers values.
NewShowQueueNotFound creates ShowQueueNotFound with default headers values.
NewShowQueueOK creates ShowQueueOK with default headers values.
NewShowQueueParams creates a new ShowQueueParams object
There are no default values defined in the spec.
NewShowQueueUnauthorized creates ShowQueueUnauthorized with default headers values.
# Constants
ShowQueueBadRequestCode is the HTTP code returned for type ShowQueueBadRequest.
ShowQueueForbiddenCode is the HTTP code returned for type ShowQueueForbidden.
ShowQueueNotFoundCode is the HTTP code returned for type ShowQueueNotFound.
ShowQueueOKCode is the HTTP code returned for type ShowQueueOK.
ShowQueueUnauthorizedCode is the HTTP code returned for type ShowQueueUnauthorized.
# Structs
ShowQueue swagger:route GET /queues/{queueType} queues showQueue
# Show all moves in a queue
Show all moves in a queue
*/.
ShowQueueBadRequest invalid request
swagger:response showQueueBadRequest
*/.
ShowQueueForbidden user is not authorized to access this queue
swagger:response showQueueForbidden
*/.
ShowQueueNotFound move queue item is not found
swagger:response showQueueNotFound
*/.
ShowQueueOK list all moves in the specified queue
swagger:response showQueueOK
*/.
ShowQueueParams contains all the bound params for the show queue operation typically these are obtained from a http.Request
swagger:parameters showQueue.
ShowQueueUnauthorized request requires user authentication
swagger:response showQueueUnauthorized
*/.
ShowQueueURL generates an URL for the show queue operation.
# Interfaces
ShowQueueHandler interface for that can handle valid show queue params.
# Type aliases
ShowQueueHandlerFunc turns a function with the right signature into a show queue handler.