package
3.14.1+incompatible
Repository: https://github.com/bureau14/qdb-api-rest.git
Documentation: pkg.go.dev
# Functions
NewPostQuery creates a new http.Handler for the post query operation.
NewPostQueryBadRequest creates PostQueryBadRequest with default headers values.
NewPostQueryInternalServerError creates PostQueryInternalServerError with default headers values.
NewPostQueryOK creates PostQueryOK with default headers values.
NewPostQueryParams creates a new PostQueryParams object
There are no default values defined in the spec.
# Constants
PostQueryBadRequestCode is the HTTP code returned for type PostQueryBadRequest.
PostQueryInternalServerErrorCode is the HTTP code returned for type PostQueryInternalServerError.
PostQueryOKCode is the HTTP code returned for type PostQueryOK.
# Structs
PostQuery swagger:route POST /query query postQuery
Query the database
*/.
PostQueryBadRequest Bad Request.
PostQueryInternalServerError Internal Error.
PostQueryOK Successful operation
swagger:response postQueryOK
*/.
PostQueryParams contains all the bound params for the post query operation typically these are obtained from a http.Request
swagger:parameters post-query.
PostQueryURL generates an URL for the post query operation.
# Interfaces
PostQueryHandler interface for that can handle valid post query params.
# Type aliases
PostQueryHandlerFunc turns a function with the right signature into a post query handler.