# 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 no default values defined in spec.
# Constants
GetSpecificationOKCode is the HTTP code returned for type GetSpecificationOK.
# Structs
GetSpecification swagger:route GET /specification Specification getSpecification
Dataplane API Specification
Return Dataplane 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.