# Functions
NewGetTypes creates a new http.Handler for the get types operation.
NewGetTypesInternalServerError creates GetTypesInternalServerError with default headers values.
NewGetTypesOK creates GetTypesOK with default headers values.
NewGetTypesParams creates a new GetTypesParams object
There are no default values defined in the spec.
NewGetV1Types creates a new http.Handler for the get v1 types operation.
NewGetV1TypesInternalServerError creates GetV1TypesInternalServerError with default headers values.
NewGetV1TypesOK creates GetV1TypesOK with default headers values.
NewGetV1TypesParams creates a new GetV1TypesParams object
There are no default values defined in the spec.
# Constants
GetTypesInternalServerErrorCode is the HTTP code returned for type GetTypesInternalServerError.
GetTypesOKCode is the HTTP code returned for type GetTypesOK.
GetV1TypesInternalServerErrorCode is the HTTP code returned for type GetV1TypesInternalServerError.
GetV1TypesOKCode is the HTTP code returned for type GetV1TypesOK.
# Structs
GetTypes swagger:route GET /types types getTypes
Serves the different types cards can be.
GetTypesInternalServerError Something went wrong internally
swagger:response getTypesInternalServerError
*/.
GetTypesOK Returns all types
swagger:response getTypesOK
*/.
GetTypesParams contains all the bound params for the get types operation typically these are obtained from a http.Request
swagger:parameters GetTypes.
GetTypesURL generates an URL for the get types operation.
GetV1Types swagger:route GET /v1/types types getV1Types
Serves the different types cards can be.
GetV1TypesInternalServerError Something went wrong internally
swagger:response getV1TypesInternalServerError
*/.
GetV1TypesOK Returns all types
swagger:response getV1TypesOK
*/.
GetV1TypesParams contains all the bound params for the get v1 types operation typically these are obtained from a http.Request
swagger:parameters GetV1Types.
GetV1TypesURL generates an URL for the get v1 types operation.
# Interfaces
GetTypesHandler interface for that can handle valid get types params.
GetV1TypesHandler interface for that can handle valid get v1 types params.
# Type aliases
GetTypesHandlerFunc turns a function with the right signature into a get types handler.
GetV1TypesHandlerFunc turns a function with the right signature into a get v1 types handler.