package
3.14.1+incompatible
Repository: https://github.com/bureau14/qdb-api-rest.git
Documentation: pkg.go.dev
# Functions
NewGetMaxInBufferSize creates a new http.Handler for the get max in buffer size operation.
NewGetMaxInBufferSizeBadRequest creates GetMaxInBufferSizeBadRequest with default headers values.
NewGetMaxInBufferSizeOK creates GetMaxInBufferSizeOK with default headers values.
NewGetMaxInBufferSizeParams creates a new GetMaxInBufferSizeParams object
There are no default values defined in the spec.
NewGetParallelism creates a new http.Handler for the get parallelism operation.
NewGetParallelismBadRequest creates GetParallelismBadRequest with default headers values.
NewGetParallelismOK creates GetParallelismOK with default headers values.
NewGetParallelismParams creates a new GetParallelismParams object
There are no default values defined in the spec.
NewMaxInBufferSize creates a new http.Handler for the max in buffer size operation.
NewMaxInBufferSizeBadRequest creates MaxInBufferSizeBadRequest with default headers values.
NewMaxInBufferSizeOK creates MaxInBufferSizeOK with default headers values.
NewMaxInBufferSizeParams creates a new MaxInBufferSizeParams object
There are no default values defined in the spec.
# Constants
GetMaxInBufferSizeBadRequestCode is the HTTP code returned for type GetMaxInBufferSizeBadRequest.
GetMaxInBufferSizeOKCode is the HTTP code returned for type GetMaxInBufferSizeOK.
GetParallelismBadRequestCode is the HTTP code returned for type GetParallelismBadRequest.
GetParallelismOKCode is the HTTP code returned for type GetParallelismOK.
MaxInBufferSizeBadRequestCode is the HTTP code returned for type MaxInBufferSizeBadRequest.
MaxInBufferSizeOKCode is the HTTP code returned for type MaxInBufferSizeOK.
# Structs
GetMaxInBufferSize swagger:route GET /option/max-in-buffer-size option max-in-buffer-size getMaxInBufferSize
Get the client max in buffer size
*/.
GetMaxInBufferSizeBadRequest Bad Request.
GetMaxInBufferSizeOK Successful operation
swagger:response getMaxInBufferSizeOK
*/.
GetMaxInBufferSizeParams contains all the bound params for the get max in buffer size operation typically these are obtained from a http.Request
swagger:parameters get-max-in-buffer-size.
GetMaxInBufferSizeURL generates an URL for the get max in buffer size operation.
GetParallelism swagger:route GET /option/parallelism option parallelism getParallelism
Get the client max parallelism for this logged-in user
*/.
GetParallelismBadRequest Bad Request.
GetParallelismOK Successful operation
swagger:response getParallelismOK
*/.
GetParallelismParams contains all the bound params for the get parallelism operation typically these are obtained from a http.Request
swagger:parameters get-parallelism.
GetParallelismURL generates an URL for the get parallelism operation.
MaxInBufferSize swagger:route GET /option/get-max-in-buffer-size option max-in-buffer-size maxInBufferSize
Get the client max in buffer size
*/.
MaxInBufferSizeBadRequest Bad Request.
MaxInBufferSizeOK Successful operation
swagger:response maxInBufferSizeOK
*/.
MaxInBufferSizeParams contains all the bound params for the max in buffer size operation typically these are obtained from a http.Request
swagger:parameters max-in-buffer-size.
MaxInBufferSizeURL generates an URL for the max in buffer size operation.
# Interfaces
GetMaxInBufferSizeHandler interface for that can handle valid get max in buffer size params.
GetParallelismHandler interface for that can handle valid get parallelism params.
MaxInBufferSizeHandler interface for that can handle valid max in buffer size params.
# Type aliases
GetMaxInBufferSizeHandlerFunc turns a function with the right signature into a get max in buffer size handler.
GetParallelismHandlerFunc turns a function with the right signature into a get parallelism handler.
MaxInBufferSizeHandlerFunc turns a function with the right signature into a max in buffer size handler.