package
0.0.0-20240826170016-b3b3d4a43b18
Repository: https://github.com/williamwinkler/hs-card-service.git
Documentation: pkg.go.dev

# Functions

NewGetKeywords creates a new http.Handler for the get keywords operation.
NewGetKeywordsInternalServerError creates GetKeywordsInternalServerError with default headers values.
NewGetKeywordsOK creates GetKeywordsOK with default headers values.
NewGetKeywordsParams creates a new GetKeywordsParams object There are no default values defined in the spec.
NewGetV1Keywords creates a new http.Handler for the get v1 keywords operation.
NewGetV1KeywordsInternalServerError creates GetV1KeywordsInternalServerError with default headers values.
NewGetV1KeywordsOK creates GetV1KeywordsOK with default headers values.
NewGetV1KeywordsParams creates a new GetV1KeywordsParams object There are no default values defined in the spec.

# Constants

GetKeywordsInternalServerErrorCode is the HTTP code returned for type GetKeywordsInternalServerError.
GetKeywordsOKCode is the HTTP code returned for type GetKeywordsOK.
GetV1KeywordsInternalServerErrorCode is the HTTP code returned for type GetV1KeywordsInternalServerError.
GetV1KeywordsOKCode is the HTTP code returned for type GetV1KeywordsOK.

# Structs

GetKeywords swagger:route GET /keywords keywords getKeywords Serves the different keywords cards can have.
GetKeywordsInternalServerError Something went wrong internally swagger:response getKeywordsInternalServerError */.
GetKeywordsOK Returns all keywords swagger:response getKeywordsOK */.
GetKeywordsParams contains all the bound params for the get keywords operation typically these are obtained from a http.Request swagger:parameters GetKeywords.
GetKeywordsURL generates an URL for the get keywords operation.
GetV1Keywords swagger:route GET /v1/keywords keywords getV1Keywords Serves the different keywords cards can have.
GetV1KeywordsInternalServerError Something went wrong internally swagger:response getV1KeywordsInternalServerError */.
GetV1KeywordsOK Returns all keywords swagger:response getV1KeywordsOK */.
GetV1KeywordsParams contains all the bound params for the get v1 keywords operation typically these are obtained from a http.Request swagger:parameters GetV1Keywords.
GetV1KeywordsURL generates an URL for the get v1 keywords operation.

# Interfaces

GetKeywordsHandler interface for that can handle valid get keywords params.
GetV1KeywordsHandler interface for that can handle valid get v1 keywords params.

# Type aliases

GetKeywordsHandlerFunc turns a function with the right signature into a get keywords handler.
GetV1KeywordsHandlerFunc turns a function with the right signature into a get v1 keywords handler.