package
3.14.1+incompatible
Repository: https://github.com/bureau14/qdb-api-rest.git
Documentation: pkg.go.dev
# Functions
NewGetTags creates a new http.Handler for the get tags operation.
NewGetTagsBadRequest creates GetTagsBadRequest with default headers values.
NewGetTagsInternalServerError creates GetTagsInternalServerError with default headers values.
NewGetTagsOK creates GetTagsOK with default headers values.
NewGetTagsParams creates a new GetTagsParams object
There are no default values defined in the spec.
# Constants
GetTagsBadRequestCode is the HTTP code returned for type GetTagsBadRequest.
GetTagsInternalServerErrorCode is the HTTP code returned for type GetTagsInternalServerError.
GetTagsOKCode is the HTTP code returned for type GetTagsOK.
# Structs
GetTags swagger:route GET /tags tags getTags
Query the database for all tag names
*/.
GetTagsBadRequest Bad Request.
GetTagsInternalServerError Internal Error.
GetTagsOK Successful Operation
swagger:response getTagsOK
*/.
GetTagsParams contains all the bound params for the get tags operation typically these are obtained from a http.Request
swagger:parameters get-tags.
GetTagsURL generates an URL for the get tags operation.
# Interfaces
GetTagsHandler interface for that can handle valid get tags params.
# Type aliases
GetTagsHandlerFunc turns a function with the right signature into a get tags handler.