package
0.9.5
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.
NewGetStatsOK creates GetStatsOK with default headers values.
NewGetStatsParams creates a new GetStatsParams object no default values defined in spec.

# Constants

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 */.
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.