package
0.9.5
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev

# Functions

NewGetHaproxyProcessInfo creates a new http.Handler for the get haproxy process info operation.
NewGetHaproxyProcessInfoDefault creates GetHaproxyProcessInfoDefault with default headers values.
NewGetHaproxyProcessInfoOK creates GetHaproxyProcessInfoOK with default headers values.
NewGetHaproxyProcessInfoParams creates a new GetHaproxyProcessInfoParams object no default values defined in spec.

# Constants

GetHaproxyProcessInfoOKCode is the HTTP code returned for type GetHaproxyProcessInfoOK.

# Structs

GetHaproxyProcessInfo swagger:route GET /services/haproxy/info Information getHaproxyProcessInfo Return HAProxy process information Return HAProxy process information */.
GetHaproxyProcessInfoDefault General Error swagger:response getHaproxyProcessInfoDefault */.
GetHaproxyProcessInfoOK Success swagger:response getHaproxyProcessInfoOK */.
GetHaproxyProcessInfoParams contains all the bound params for the get haproxy process info operation typically these are obtained from a http.Request swagger:parameters getHaproxyProcessInfo.
GetHaproxyProcessInfoURL generates an URL for the get haproxy process info operation.

# Interfaces

GetHaproxyProcessInfoHandler interface for that can handle valid get haproxy process info params.

# Type aliases

GetHaproxyProcessInfoHandlerFunc turns a function with the right signature into a get haproxy process info handler.