package
2.85.0+incompatible
Repository: https://github.com/transcom/mymove.git
Documentation: pkg.go.dev
# Functions
NewIndexTSPs creates a new http.Handler for the index t s ps operation.
NewIndexTSPsBadRequest creates IndexTSPsBadRequest with default headers values.
NewIndexTSPsInternalServerError creates IndexTSPsInternalServerError with default headers values.
NewIndexTSPsOK creates IndexTSPsOK with default headers values.
NewIndexTSPsParams creates a new IndexTSPsParams object
There are no default values defined in the spec.
NewIndexTSPsUnauthorized creates IndexTSPsUnauthorized with default headers values.
# Constants
IndexTSPsBadRequestCode is the HTTP code returned for type IndexTSPsBadRequest.
IndexTSPsInternalServerErrorCode is the HTTP code returned for type IndexTSPsInternalServerError.
IndexTSPsOKCode is the HTTP code returned for type IndexTSPsOK.
IndexTSPsUnauthorizedCode is the HTTP code returned for type IndexTSPsUnauthorized.
# Structs
IndexTSPs swagger:route GET /tsps tsps indexTSPs
# List all TSPs
Gets a list of all the TSPs which the logged in user has access to.
IndexTSPsBadRequest invalid request
swagger:response indexTSPsBadRequest
*/.
IndexTSPsInternalServerError server error
swagger:response indexTSPsInternalServerError
*/.
IndexTSPsOK list of TSPs
swagger:response indexTSPsOK
*/.
IndexTSPsParams contains all the bound params for the index t s ps operation typically these are obtained from a http.Request
swagger:parameters indexTSPs.
IndexTSPsUnauthorized must be authenticated to access this endpoint
swagger:response indexTSPsUnauthorized
*/.
IndexTSPsURL generates an URL for the index t s ps operation.
# Interfaces
IndexTSPsHandler interface for that can handle valid index t s ps params.
# Type aliases
IndexTSPsHandlerFunc turns a function with the right signature into a index t s ps handler.