package
3.14.1+incompatible
Repository: https://github.com/bureau14/qdb-api-rest.git
Documentation: pkg.go.dev

# Functions

NewGetCluster creates a new http.Handler for the get cluster operation.
NewGetClusterBadRequest creates GetClusterBadRequest with default headers values.
NewGetClusterInternalServerError creates GetClusterInternalServerError with default headers values.
NewGetClusterOK creates GetClusterOK with default headers values.
NewGetClusterParams creates a new GetClusterParams object There are no default values defined in the spec.
NewGetNode creates a new http.Handler for the get node operation.
NewGetNodeBadRequest creates GetNodeBadRequest with default headers values.
NewGetNodeInternalServerError creates GetNodeInternalServerError with default headers values.
NewGetNodeNotFound creates GetNodeNotFound with default headers values.
NewGetNodeOK creates GetNodeOK with default headers values.
NewGetNodeParams creates a new GetNodeParams object There are no default values defined in the spec.

# Constants

GetClusterBadRequestCode is the HTTP code returned for type GetClusterBadRequest.
GetClusterInternalServerErrorCode is the HTTP code returned for type GetClusterInternalServerError.
GetClusterOKCode is the HTTP code returned for type GetClusterOK.
GetNodeBadRequestCode is the HTTP code returned for type GetNodeBadRequest.
GetNodeInternalServerErrorCode is the HTTP code returned for type GetNodeInternalServerError.
GetNodeNotFoundCode is the HTTP code returned for type GetNodeNotFound.
GetNodeOKCode is the HTTP code returned for type GetNodeOK.

# Structs

GetCluster swagger:route GET /cluster cluster getCluster Get a summary of the cluster status */.
GetClusterBadRequest Bad Request.
GetClusterInternalServerError Internal Error.
GetClusterOK Successful operation swagger:response getClusterOK */.
GetClusterParams contains all the bound params for the get cluster operation typically these are obtained from a http.Request swagger:parameters get-cluster.
GetClusterURL generates an URL for the get cluster operation.
GetNode swagger:route GET /cluster/nodes/{id} cluster getNode Get information about a single node in the cluster */.
GetNodeBadRequest Bad Request.
GetNodeInternalServerError Internal Error.
GetNodeNotFound The requested resource could not be found but may be available again in the future.
GetNodeOK Successful operation swagger:response getNodeOK */.
GetNodeParams contains all the bound params for the get node operation typically these are obtained from a http.Request swagger:parameters get-node.
GetNodeURL generates an URL for the get node operation.

# Interfaces

GetClusterHandler interface for that can handle valid get cluster params.
GetNodeHandler interface for that can handle valid get node params.

# Type aliases

GetClusterHandlerFunc turns a function with the right signature into a get cluster handler.
GetNodeHandlerFunc turns a function with the right signature into a get node handler.