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

# Functions

NewGetStats creates a new http.Handler for the get stats operation.
NewGetStatsDefault creates GetStatsDefault with default headers values.
NewGetStatsInternalServerError creates GetStatsInternalServerError with default headers values.
NewGetStatsOK creates GetStatsOK with default headers values.
NewGetStatsParams creates a new GetStatsParams object There are no default values defined in the spec.

# Constants

GetStatsInternalServerErrorCode is the HTTP code returned for type GetStatsInternalServerError.
GetStatsOKCode is the HTTP code returned for type GetStatsOK.

# Structs

GetStats swagger:route GET /services/haproxy/stats/native Stats getStats # Gets stats Getting stats from the HAProxy.
GetStatsDefault General Error swagger:response getStatsDefault */.
GetStatsInternalServerError Internal Server Error swagger:response getStatsInternalServerError */.
GetStatsOK Success swagger:response getStatsOK */.
GetStatsParams contains all the bound params for the get stats operation typically these are obtained from a http.Request swagger:parameters getStats.
GetStatsURL generates an URL for the get stats operation.

# Interfaces

GetStatsHandler interface for that can handle valid get stats params.

# Type aliases

GetStatsHandlerFunc turns a function with the right signature into a get stats handler.