package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewGetOrders creates a new http.Handler for the get orders operation.
NewGetOrdersBadRequest creates GetOrdersBadRequest with default headers values.
NewGetOrdersByIssuerAndOrdersNum creates a new http.Handler for the get orders by issuer and orders num operation.
NewGetOrdersByIssuerAndOrdersNumBadRequest creates GetOrdersByIssuerAndOrdersNumBadRequest with default headers values.
NewGetOrdersByIssuerAndOrdersNumForbidden creates GetOrdersByIssuerAndOrdersNumForbidden with default headers values.
NewGetOrdersByIssuerAndOrdersNumInternalServerError creates GetOrdersByIssuerAndOrdersNumInternalServerError with default headers values.
NewGetOrdersByIssuerAndOrdersNumNotFound creates GetOrdersByIssuerAndOrdersNumNotFound with default headers values.
NewGetOrdersByIssuerAndOrdersNumOK creates GetOrdersByIssuerAndOrdersNumOK with default headers values.
NewGetOrdersByIssuerAndOrdersNumParams creates a new GetOrdersByIssuerAndOrdersNumParams object
There are no default values defined in the spec.
NewGetOrdersByIssuerAndOrdersNumUnauthorized creates GetOrdersByIssuerAndOrdersNumUnauthorized with default headers values.
NewGetOrdersForbidden creates GetOrdersForbidden with default headers values.
NewGetOrdersInternalServerError creates GetOrdersInternalServerError with default headers values.
NewGetOrdersNotFound creates GetOrdersNotFound with default headers values.
NewGetOrdersOK creates GetOrdersOK with default headers values.
NewGetOrdersParams creates a new GetOrdersParams object
There are no default values defined in the spec.
NewGetOrdersUnauthorized creates GetOrdersUnauthorized with default headers values.
NewIndexOrdersForMember creates a new http.Handler for the index orders for member operation.
NewIndexOrdersForMemberBadRequest creates IndexOrdersForMemberBadRequest with default headers values.
NewIndexOrdersForMemberForbidden creates IndexOrdersForMemberForbidden with default headers values.
NewIndexOrdersForMemberInternalServerError creates IndexOrdersForMemberInternalServerError with default headers values.
NewIndexOrdersForMemberNotFound creates IndexOrdersForMemberNotFound with default headers values.
NewIndexOrdersForMemberOK creates IndexOrdersForMemberOK with default headers values.
NewIndexOrdersForMemberParams creates a new IndexOrdersForMemberParams object
There are no default values defined in the spec.
NewIndexOrdersForMemberUnauthorized creates IndexOrdersForMemberUnauthorized with default headers values.
NewMymoveAPI creates a new Mymove instance.
NewPostRevision creates a new http.Handler for the post revision operation.
NewPostRevisionBadRequest creates PostRevisionBadRequest with default headers values.
NewPostRevisionConflict creates PostRevisionConflict with default headers values.
NewPostRevisionCreated creates PostRevisionCreated with default headers values.
NewPostRevisionForbidden creates PostRevisionForbidden with default headers values.
NewPostRevisionInternalServerError creates PostRevisionInternalServerError with default headers values.
NewPostRevisionNotFound creates PostRevisionNotFound with default headers values.
NewPostRevisionParams creates a new PostRevisionParams object
There are no default values defined in the spec.
NewPostRevisionToOrders creates a new http.Handler for the post revision to orders operation.
NewPostRevisionToOrdersBadRequest creates PostRevisionToOrdersBadRequest with default headers values.
NewPostRevisionToOrdersConflict creates PostRevisionToOrdersConflict with default headers values.
NewPostRevisionToOrdersCreated creates PostRevisionToOrdersCreated with default headers values.
NewPostRevisionToOrdersForbidden creates PostRevisionToOrdersForbidden with default headers values.
NewPostRevisionToOrdersInternalServerError creates PostRevisionToOrdersInternalServerError with default headers values.
NewPostRevisionToOrdersNotFound creates PostRevisionToOrdersNotFound with default headers values.
NewPostRevisionToOrdersParams creates a new PostRevisionToOrdersParams object
There are no default values defined in the spec.
NewPostRevisionToOrdersUnauthorized creates PostRevisionToOrdersUnauthorized with default headers values.
NewPostRevisionUnauthorized creates PostRevisionUnauthorized with default headers values.
# Constants
GetOrdersBadRequestCode is the HTTP code returned for type GetOrdersBadRequest.
GetOrdersByIssuerAndOrdersNumBadRequestCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumBadRequest.
GetOrdersByIssuerAndOrdersNumForbiddenCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumForbidden.
GetOrdersByIssuerAndOrdersNumInternalServerErrorCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumInternalServerError.
GetOrdersByIssuerAndOrdersNumNotFoundCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumNotFound.
GetOrdersByIssuerAndOrdersNumOKCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumOK.
GetOrdersByIssuerAndOrdersNumUnauthorizedCode is the HTTP code returned for type GetOrdersByIssuerAndOrdersNumUnauthorized.
GetOrdersForbiddenCode is the HTTP code returned for type GetOrdersForbidden.
GetOrdersInternalServerErrorCode is the HTTP code returned for type GetOrdersInternalServerError.
GetOrdersNotFoundCode is the HTTP code returned for type GetOrdersNotFound.
GetOrdersOKCode is the HTTP code returned for type GetOrdersOK.
GetOrdersUnauthorizedCode is the HTTP code returned for type GetOrdersUnauthorized.
IndexOrdersForMemberBadRequestCode is the HTTP code returned for type IndexOrdersForMemberBadRequest.
IndexOrdersForMemberForbiddenCode is the HTTP code returned for type IndexOrdersForMemberForbidden.
IndexOrdersForMemberInternalServerErrorCode is the HTTP code returned for type IndexOrdersForMemberInternalServerError.
IndexOrdersForMemberNotFoundCode is the HTTP code returned for type IndexOrdersForMemberNotFound.
IndexOrdersForMemberOKCode is the HTTP code returned for type IndexOrdersForMemberOK.
IndexOrdersForMemberUnauthorizedCode is the HTTP code returned for type IndexOrdersForMemberUnauthorized.
PostRevisionBadRequestCode is the HTTP code returned for type PostRevisionBadRequest.
PostRevisionConflictCode is the HTTP code returned for type PostRevisionConflict.
PostRevisionCreatedCode is the HTTP code returned for type PostRevisionCreated.
PostRevisionForbiddenCode is the HTTP code returned for type PostRevisionForbidden.
PostRevisionInternalServerErrorCode is the HTTP code returned for type PostRevisionInternalServerError.
PostRevisionNotFoundCode is the HTTP code returned for type PostRevisionNotFound.
PostRevisionToOrdersBadRequestCode is the HTTP code returned for type PostRevisionToOrdersBadRequest.
PostRevisionToOrdersConflictCode is the HTTP code returned for type PostRevisionToOrdersConflict.
PostRevisionToOrdersCreatedCode is the HTTP code returned for type PostRevisionToOrdersCreated.
PostRevisionToOrdersForbiddenCode is the HTTP code returned for type PostRevisionToOrdersForbidden.
PostRevisionToOrdersInternalServerErrorCode is the HTTP code returned for type PostRevisionToOrdersInternalServerError.
PostRevisionToOrdersNotFoundCode is the HTTP code returned for type PostRevisionToOrdersNotFound.
PostRevisionToOrdersUnauthorizedCode is the HTTP code returned for type PostRevisionToOrdersUnauthorized.
PostRevisionUnauthorizedCode is the HTTP code returned for type PostRevisionUnauthorized.
# Structs
GetOrders swagger:route GET /orders/{uuid} getOrders
# Retrieve a set of Orders and all of its Revisions by UUID
Gets Orders with the supplied UUID.
GetOrdersBadRequest Invalid
swagger:response getOrdersBadRequest
*/.
GetOrdersByIssuerAndOrdersNum swagger:route GET /issuers/{issuer}/orders/{ordersNum} getOrdersByIssuerAndOrdersNum
# Retrieve orders by issuer and orders number
Return Orders with the provided issuer and orders number.
GetOrdersByIssuerAndOrdersNumBadRequest Invalid
swagger:response getOrdersByIssuerAndOrdersNumBadRequest
*/.
GetOrdersByIssuerAndOrdersNumForbidden Forbidden
swagger:response getOrdersByIssuerAndOrdersNumForbidden
*/.
GetOrdersByIssuerAndOrdersNumInternalServerError Server error
swagger:response getOrdersByIssuerAndOrdersNumInternalServerError
*/.
GetOrdersByIssuerAndOrdersNumNotFound Orders not found
swagger:response getOrdersByIssuerAndOrdersNumNotFound
*/.
GetOrdersByIssuerAndOrdersNumOK Successful
swagger:response getOrdersByIssuerAndOrdersNumOK
*/.
GetOrdersByIssuerAndOrdersNumParams contains all the bound params for the get orders by issuer and orders num operation typically these are obtained from a http.Request
swagger:parameters getOrdersByIssuerAndOrdersNum.
GetOrdersByIssuerAndOrdersNumUnauthorized must be authenticated to use this endpoint
swagger:response getOrdersByIssuerAndOrdersNumUnauthorized
*/.
GetOrdersByIssuerAndOrdersNumURL generates an URL for the get orders by issuer and orders num operation.
GetOrdersForbidden Forbidden
swagger:response getOrdersForbidden
*/.
GetOrdersInternalServerError Server error
swagger:response getOrdersInternalServerError
*/.
GetOrdersNotFound Orders not found
swagger:response getOrdersNotFound
*/.
GetOrdersOK Successful
swagger:response getOrdersOK
*/.
GetOrdersParams contains all the bound params for the get orders operation typically these are obtained from a http.Request
swagger:parameters getOrders.
GetOrdersUnauthorized must be authenticated to use this endpoint
swagger:response getOrdersUnauthorized
*/.
GetOrdersURL generates an URL for the get orders operation.
IndexOrdersForMember swagger:route GET /edipis/{edipi}/orders indexOrdersForMember
# Retrieve orders for a particular member
Returns all Orders for the specified service member.
IndexOrdersForMemberBadRequest Bad request
swagger:response indexOrdersForMemberBadRequest
*/.
IndexOrdersForMemberForbidden Forbidden
swagger:response indexOrdersForMemberForbidden
*/.
IndexOrdersForMemberInternalServerError Server error
swagger:response indexOrdersForMemberInternalServerError
*/.
IndexOrdersForMemberNotFound No orders found
swagger:response indexOrdersForMemberNotFound
*/.
IndexOrdersForMemberOK Successful
swagger:response indexOrdersForMemberOK
*/.
IndexOrdersForMemberParams contains all the bound params for the index orders for member operation typically these are obtained from a http.Request
swagger:parameters indexOrdersForMember.
IndexOrdersForMemberUnauthorized must be authenticated to use this endpoint
swagger:response indexOrdersForMemberUnauthorized
*/.
IndexOrdersForMemberURL generates an URL for the index orders for member operation.
MymoveAPI The Orders API is a RESTful API that enables to submit, amend, and
cancel orders for MilMove.
PostRevision swagger:route POST /orders postRevision
Submit a new set of orders, make an amendment to an existing set of orders, or cancel a set of orders.
PostRevisionBadRequest Invalid
swagger:response postRevisionBadRequest
*/.
PostRevisionConflict Conflict
swagger:response postRevisionConflict
*/.
PostRevisionCreated Created
swagger:response postRevisionCreated
*/.
PostRevisionForbidden Forbidden
swagger:response postRevisionForbidden
*/.
PostRevisionInternalServerError Server error
swagger:response postRevisionInternalServerError
*/.
PostRevisionNotFound Not Found
swagger:response postRevisionNotFound
*/.
PostRevisionParams contains all the bound params for the post revision operation typically these are obtained from a http.Request
swagger:parameters postRevision.
PostRevisionToOrders swagger:route POST /orders/{uuid} postRevisionToOrders
# Make an amendment to or cancel an existing set of orders by UUID
Creates a Revision of a set of orders.
PostRevisionToOrdersBadRequest Invalid
swagger:response postRevisionToOrdersBadRequest
*/.
PostRevisionToOrdersConflict Conflict
swagger:response postRevisionToOrdersConflict
*/.
PostRevisionToOrdersCreated Created
swagger:response postRevisionToOrdersCreated
*/.
PostRevisionToOrdersForbidden Forbidden
swagger:response postRevisionToOrdersForbidden
*/.
PostRevisionToOrdersInternalServerError Server error
swagger:response postRevisionToOrdersInternalServerError
*/.
PostRevisionToOrdersNotFound Orders not found
swagger:response postRevisionToOrdersNotFound
*/.
PostRevisionToOrdersParams contains all the bound params for the post revision to orders operation typically these are obtained from a http.Request
swagger:parameters postRevisionToOrders.
PostRevisionToOrdersUnauthorized must be authenticated to use this endpoint
swagger:response postRevisionToOrdersUnauthorized
*/.
PostRevisionToOrdersURL generates an URL for the post revision to orders operation.
PostRevisionUnauthorized must be authenticated to use this endpoint
swagger:response postRevisionUnauthorized
*/.
PostRevisionURL generates an URL for the post revision operation.
# Interfaces
GetOrdersByIssuerAndOrdersNumHandler interface for that can handle valid get orders by issuer and orders num params.
GetOrdersHandler interface for that can handle valid get orders params.
IndexOrdersForMemberHandler interface for that can handle valid index orders for member params.
PostRevisionHandler interface for that can handle valid post revision params.
PostRevisionToOrdersHandler interface for that can handle valid post revision to orders params.
# Type aliases
GetOrdersByIssuerAndOrdersNumHandlerFunc turns a function with the right signature into a get orders by issuer and orders num handler.
GetOrdersHandlerFunc turns a function with the right signature into a get orders handler.
IndexOrdersForMemberHandlerFunc turns a function with the right signature into a index orders for member handler.
PostRevisionHandlerFunc turns a function with the right signature into a post revision handler.
PostRevisionToOrdersHandlerFunc turns a function with the right signature into a post revision to orders handler.