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

# Functions

NewGetRequestedOfficeUser creates a new http.Handler for the get requested office user operation.
NewGetRequestedOfficeUserBadRequest creates GetRequestedOfficeUserBadRequest with default headers values.
NewGetRequestedOfficeUserInternalServerError creates GetRequestedOfficeUserInternalServerError with default headers values.
NewGetRequestedOfficeUserNotFound creates GetRequestedOfficeUserNotFound with default headers values.
NewGetRequestedOfficeUserOK creates GetRequestedOfficeUserOK with default headers values.
NewGetRequestedOfficeUserParams creates a new GetRequestedOfficeUserParams object There are no default values defined in the spec.
NewGetRequestedOfficeUserUnauthorized creates GetRequestedOfficeUserUnauthorized with default headers values.
NewIndexRequestedOfficeUsers creates a new http.Handler for the index requested office users operation.
NewIndexRequestedOfficeUsersBadRequest creates IndexRequestedOfficeUsersBadRequest with default headers values.
NewIndexRequestedOfficeUsersInternalServerError creates IndexRequestedOfficeUsersInternalServerError with default headers values.
NewIndexRequestedOfficeUsersNotFound creates IndexRequestedOfficeUsersNotFound with default headers values.
NewIndexRequestedOfficeUsersOK creates IndexRequestedOfficeUsersOK with default headers values.
NewIndexRequestedOfficeUsersParams creates a new IndexRequestedOfficeUsersParams object There are no default values defined in the spec.
NewIndexRequestedOfficeUsersUnauthorized creates IndexRequestedOfficeUsersUnauthorized with default headers values.
NewUpdateRequestedOfficeUser creates a new http.Handler for the update requested office user operation.
NewUpdateRequestedOfficeUserInternalServerError creates UpdateRequestedOfficeUserInternalServerError with default headers values.
NewUpdateRequestedOfficeUserNotFound creates UpdateRequestedOfficeUserNotFound with default headers values.
NewUpdateRequestedOfficeUserOK creates UpdateRequestedOfficeUserOK with default headers values.
NewUpdateRequestedOfficeUserParams creates a new UpdateRequestedOfficeUserParams object There are no default values defined in the spec.
NewUpdateRequestedOfficeUserUnauthorized creates UpdateRequestedOfficeUserUnauthorized with default headers values.
NewUpdateRequestedOfficeUserUnprocessableEntity creates UpdateRequestedOfficeUserUnprocessableEntity with default headers values.

# Constants

GetRequestedOfficeUserBadRequestCode is the HTTP code returned for type GetRequestedOfficeUserBadRequest.
GetRequestedOfficeUserInternalServerErrorCode is the HTTP code returned for type GetRequestedOfficeUserInternalServerError.
GetRequestedOfficeUserNotFoundCode is the HTTP code returned for type GetRequestedOfficeUserNotFound.
GetRequestedOfficeUserOKCode is the HTTP code returned for type GetRequestedOfficeUserOK.
GetRequestedOfficeUserUnauthorizedCode is the HTTP code returned for type GetRequestedOfficeUserUnauthorized.
IndexRequestedOfficeUsersBadRequestCode is the HTTP code returned for type IndexRequestedOfficeUsersBadRequest.
IndexRequestedOfficeUsersInternalServerErrorCode is the HTTP code returned for type IndexRequestedOfficeUsersInternalServerError.
IndexRequestedOfficeUsersNotFoundCode is the HTTP code returned for type IndexRequestedOfficeUsersNotFound.
IndexRequestedOfficeUsersOKCode is the HTTP code returned for type IndexRequestedOfficeUsersOK.
IndexRequestedOfficeUsersUnauthorizedCode is the HTTP code returned for type IndexRequestedOfficeUsersUnauthorized.
UpdateRequestedOfficeUserInternalServerErrorCode is the HTTP code returned for type UpdateRequestedOfficeUserInternalServerError.
UpdateRequestedOfficeUserNotFoundCode is the HTTP code returned for type UpdateRequestedOfficeUserNotFound.
UpdateRequestedOfficeUserOKCode is the HTTP code returned for type UpdateRequestedOfficeUserOK.
UpdateRequestedOfficeUserUnauthorizedCode is the HTTP code returned for type UpdateRequestedOfficeUserUnauthorized.
UpdateRequestedOfficeUserUnprocessableEntityCode is the HTTP code returned for type UpdateRequestedOfficeUserUnprocessableEntity.

# Structs

GetRequestedOfficeUser swagger:route GET /requested-office-users/{officeUserId} Requested office users getRequestedOfficeUser # Get a Requested Office User Retrieving a single office user in any status.
GetRequestedOfficeUserBadRequest invalid request swagger:response getRequestedOfficeUserBadRequest */.
GetRequestedOfficeUserInternalServerError server error swagger:response getRequestedOfficeUserInternalServerError */.
GetRequestedOfficeUserNotFound Office User not found swagger:response getRequestedOfficeUserNotFound */.
GetRequestedOfficeUserOK success swagger:response getRequestedOfficeUserOK */.
GetRequestedOfficeUserParams contains all the bound params for the get requested office user operation typically these are obtained from a http.Request swagger:parameters getRequestedOfficeUser.
GetRequestedOfficeUserUnauthorized request requires user authentication swagger:response getRequestedOfficeUserUnauthorized */.
GetRequestedOfficeUserURL generates an URL for the get requested office user operation.
IndexRequestedOfficeUsers swagger:route GET /requested-office-users Requested office users indexRequestedOfficeUsers # List of Office Users Requesting Accounts This endpoint returns a list of Office Users.
IndexRequestedOfficeUsersBadRequest invalid request swagger:response indexRequestedOfficeUsersBadRequest */.
IndexRequestedOfficeUsersInternalServerError server error swagger:response indexRequestedOfficeUsersInternalServerError */.
IndexRequestedOfficeUsersNotFound Office User not found swagger:response indexRequestedOfficeUsersNotFound */.
IndexRequestedOfficeUsersOK success swagger:response indexRequestedOfficeUsersOK */.
IndexRequestedOfficeUsersParams contains all the bound params for the index requested office users operation typically these are obtained from a http.Request swagger:parameters indexRequestedOfficeUsers.
IndexRequestedOfficeUsersUnauthorized request requires user authentication swagger:response indexRequestedOfficeUsersUnauthorized */.
IndexRequestedOfficeUsersURL generates an URL for the index requested office users operation.
UpdateRequestedOfficeUser swagger:route PATCH /requested-office-users/{officeUserId} Requested office users updateRequestedOfficeUser # Update a Requested Office User Updates a requested office user to include profile data and status.
UpdateRequestedOfficeUserInternalServerError server error swagger:response updateRequestedOfficeUserInternalServerError */.
UpdateRequestedOfficeUserNotFound Office User not found swagger:response updateRequestedOfficeUserNotFound */.
UpdateRequestedOfficeUserOK success swagger:response updateRequestedOfficeUserOK */.
UpdateRequestedOfficeUserParams contains all the bound params for the update requested office user operation typically these are obtained from a http.Request swagger:parameters updateRequestedOfficeUser.
UpdateRequestedOfficeUserUnauthorized request requires user authentication swagger:response updateRequestedOfficeUserUnauthorized */.
UpdateRequestedOfficeUserUnprocessableEntity validation error swagger:response updateRequestedOfficeUserUnprocessableEntity */.
UpdateRequestedOfficeUserURL generates an URL for the update requested office user operation.

# Interfaces

GetRequestedOfficeUserHandler interface for that can handle valid get requested office user params.
IndexRequestedOfficeUsersHandler interface for that can handle valid index requested office users params.
UpdateRequestedOfficeUserHandler interface for that can handle valid update requested office user params.

# Type aliases

GetRequestedOfficeUserHandlerFunc turns a function with the right signature into a get requested office user handler.
IndexRequestedOfficeUsersHandlerFunc turns a function with the right signature into a index requested office users handler.
UpdateRequestedOfficeUserHandlerFunc turns a function with the right signature into a update requested office user handler.