package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewGetSpecification creates a new http.Handler for the get specification operation.
NewGetSpecificationDefault creates GetSpecificationDefault with default headers values.
NewGetSpecificationOK creates GetSpecificationOK with default headers values.
NewGetSpecificationParams creates a new GetSpecificationParams object
There are no default values defined in the spec.
# Constants
GetSpecificationOKCode is the HTTP code returned for type GetSpecificationOK.
# Structs
GetSpecification swagger:route GET /specification Specification getSpecification
# Data Plane API Specification
Return Data Plane API OpenAPI specification
*/.
GetSpecificationDefault General Error
swagger:response getSpecificationDefault
*/.
GetSpecificationOK Success
swagger:response getSpecificationOK
*/.
GetSpecificationParams contains all the bound params for the get specification operation typically these are obtained from a http.Request
swagger:parameters getSpecification.
GetSpecificationURL generates an URL for the get specification operation.
# Interfaces
GetSpecificationHandler interface for that can handle valid get specification params.
# Type aliases
GetSpecificationHandlerFunc turns a function with the right signature into a get specification handler.