package
3.1.3+incompatible
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
There are no default values defined in the spec.
NewGetInfo creates a new http.Handler for the get info operation.
NewGetInfoDefault creates GetInfoDefault with default headers values.
NewGetInfoOK creates GetInfoOK with default headers values.
NewGetInfoParams creates a new GetInfoParams object
There are no default values defined in the spec.
# Constants
GetHaproxyProcessInfoOKCode is the HTTP code returned for type GetHaproxyProcessInfoOK.
GetInfoOKCode is the HTTP code returned for type GetInfoOK.
# Structs
GetHaproxyProcessInfo swagger:route GET /services/haproxy/runtime/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.
GetInfo swagger:route GET /info Information getInfo
# Return API, hardware and OS information
Return API, hardware and OS information
*/.
GetInfoDefault General Error
swagger:response getInfoDefault
*/.
GetInfoOK Success
swagger:response getInfoOK
*/.
GetInfoParams contains all the bound params for the get info operation typically these are obtained from a http.Request
swagger:parameters getInfo.
GetInfoURL generates an URL for the get info operation.
# Interfaces
GetHaproxyProcessInfoHandler interface for that can handle valid get haproxy process info params.
GetInfoHandler interface for that can handle valid get info params.
# Type aliases
GetHaproxyProcessInfoHandlerFunc turns a function with the right signature into a get haproxy process info handler.
GetInfoHandlerFunc turns a function with the right signature into a get info handler.