package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewCreateSignedCertification creates a new http.Handler for the create signed certification operation.
NewCreateSignedCertificationBadRequest creates CreateSignedCertificationBadRequest with default headers values.
NewCreateSignedCertificationCreated creates CreateSignedCertificationCreated with default headers values.
NewCreateSignedCertificationForbidden creates CreateSignedCertificationForbidden with default headers values.
NewCreateSignedCertificationInternalServerError creates CreateSignedCertificationInternalServerError with default headers values.
NewCreateSignedCertificationNotFound creates CreateSignedCertificationNotFound with default headers values.
NewCreateSignedCertificationParams creates a new CreateSignedCertificationParams object
There are no default values defined in the spec.
NewCreateSignedCertificationUnauthorized creates CreateSignedCertificationUnauthorized with default headers values.
NewIndexSignedCertification creates a new http.Handler for the index signed certification operation.
NewIndexSignedCertificationBadRequest creates IndexSignedCertificationBadRequest with default headers values.
NewIndexSignedCertificationForbidden creates IndexSignedCertificationForbidden with default headers values.
NewIndexSignedCertificationInternalServerError creates IndexSignedCertificationInternalServerError with default headers values.
NewIndexSignedCertificationNotFound creates IndexSignedCertificationNotFound with default headers values.
NewIndexSignedCertificationOK creates IndexSignedCertificationOK with default headers values.
NewIndexSignedCertificationParams creates a new IndexSignedCertificationParams object
There are no default values defined in the spec.
NewIndexSignedCertificationUnauthorized creates IndexSignedCertificationUnauthorized with default headers values.
# Constants
CreateSignedCertificationBadRequestCode is the HTTP code returned for type CreateSignedCertificationBadRequest.
CreateSignedCertificationCreatedCode is the HTTP code returned for type CreateSignedCertificationCreated.
CreateSignedCertificationForbiddenCode is the HTTP code returned for type CreateSignedCertificationForbidden.
CreateSignedCertificationInternalServerErrorCode is the HTTP code returned for type CreateSignedCertificationInternalServerError.
CreateSignedCertificationNotFoundCode is the HTTP code returned for type CreateSignedCertificationNotFound.
CreateSignedCertificationUnauthorizedCode is the HTTP code returned for type CreateSignedCertificationUnauthorized.
IndexSignedCertificationBadRequestCode is the HTTP code returned for type IndexSignedCertificationBadRequest.
IndexSignedCertificationForbiddenCode is the HTTP code returned for type IndexSignedCertificationForbidden.
IndexSignedCertificationInternalServerErrorCode is the HTTP code returned for type IndexSignedCertificationInternalServerError.
IndexSignedCertificationNotFoundCode is the HTTP code returned for type IndexSignedCertificationNotFound.
IndexSignedCertificationOKCode is the HTTP code returned for type IndexSignedCertificationOK.
IndexSignedCertificationUnauthorizedCode is the HTTP code returned for type IndexSignedCertificationUnauthorized.
# Structs
CreateSignedCertification swagger:route POST /moves/{moveId}/signed_certifications certification createSignedCertification
# Submits signed certification for the given move ID
Create an instance of signed_certification tied to the move ID
*/.
CreateSignedCertificationBadRequest invalid request
swagger:response createSignedCertificationBadRequest
*/.
CreateSignedCertificationCreated created instance of signed_certification
swagger:response createSignedCertificationCreated
*/.
CreateSignedCertificationForbidden user is not authorized to sign for this move
swagger:response createSignedCertificationForbidden
*/.
CreateSignedCertificationInternalServerError internal server error
swagger:response createSignedCertificationInternalServerError
*/.
CreateSignedCertificationNotFound move not found
swagger:response createSignedCertificationNotFound
*/.
CreateSignedCertificationParams contains all the bound params for the create signed certification operation typically these are obtained from a http.Request
swagger:parameters createSignedCertification.
CreateSignedCertificationUnauthorized request requires user authentication
swagger:response createSignedCertificationUnauthorized
*/.
CreateSignedCertificationURL generates an URL for the create signed certification operation.
IndexSignedCertification swagger:route GET /moves/{moveId}/signed_certifications certification indexSignedCertification
gets the signed certifications for the given move ID
returns a list of all signed_certifications associated with the move ID
*/.
IndexSignedCertificationBadRequest invalid request
swagger:response indexSignedCertificationBadRequest
*/.
IndexSignedCertificationForbidden user is not authorized
swagger:response indexSignedCertificationForbidden
*/.
IndexSignedCertificationInternalServerError internal server error
swagger:response indexSignedCertificationInternalServerError
*/.
IndexSignedCertificationNotFound move not found
swagger:response indexSignedCertificationNotFound
*/.
IndexSignedCertificationOK returns a list of signed certifications
swagger:response indexSignedCertificationOK
*/.
IndexSignedCertificationParams contains all the bound params for the index signed certification operation typically these are obtained from a http.Request
swagger:parameters indexSignedCertification.
IndexSignedCertificationUnauthorized request requires user authentication
swagger:response indexSignedCertificationUnauthorized
*/.
IndexSignedCertificationURL generates an URL for the index signed certification operation.
# Interfaces
CreateSignedCertificationHandler interface for that can handle valid create signed certification params.
IndexSignedCertificationHandler interface for that can handle valid index signed certification params.
# Type aliases
CreateSignedCertificationHandlerFunc turns a function with the right signature into a create signed certification handler.
IndexSignedCertificationHandlerFunc turns a function with the right signature into a index signed certification handler.