package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev

# Functions

NewGetHealth creates a new http.Handler for the get health operation.
NewGetHealthDefault creates GetHealthDefault with default headers values.
NewGetHealthOK creates GetHealthOK with default headers values.
NewGetHealthParams creates a new GetHealthParams object There are no default values defined in the spec.

# Constants

GetHealthOKCode is the HTTP code returned for type GetHealthOK.

# Structs

GetHealth swagger:route GET /health Health getHealth # Return managed services health Return managed services health */.
GetHealthDefault General Error swagger:response getHealthDefault */.
GetHealthOK Success swagger:response getHealthOK */.
GetHealthParams contains all the bound params for the get health operation typically these are obtained from a http.Request swagger:parameters getHealth.
GetHealthURL generates an URL for the get health operation.

# Interfaces

GetHealthHandler interface for that can handle valid get health params.

# Type aliases

GetHealthHandlerFunc turns a function with the right signature into a get health handler.