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

# Functions

NewCreateTraceEntry creates a new http.Handler for the create trace entry operation.
NewCreateTraceEntryAccepted creates CreateTraceEntryAccepted with default headers values.
NewCreateTraceEntryBadRequest creates CreateTraceEntryBadRequest with default headers values.
NewCreateTraceEntryConflict creates CreateTraceEntryConflict with default headers values.
NewCreateTraceEntryCreated creates CreateTraceEntryCreated with default headers values.
NewCreateTraceEntryDefault creates CreateTraceEntryDefault with default headers values.
NewCreateTraceEntryParams creates a new CreateTraceEntryParams object with the default values initialized.
NewCreateTraces creates a new http.Handler for the create traces operation.
NewCreateTracesAccepted creates CreateTracesAccepted with default headers values.
NewCreateTracesBadRequest creates CreateTracesBadRequest with default headers values.
NewCreateTracesConflict creates CreateTracesConflict with default headers values.
NewCreateTracesCreated creates CreateTracesCreated with default headers values.
NewCreateTracesDefault creates CreateTracesDefault with default headers values.
NewCreateTracesParams creates a new CreateTracesParams object with the default values initialized.
NewDeleteTraceEntry creates a new http.Handler for the delete trace entry operation.
NewDeleteTraceEntryAccepted creates DeleteTraceEntryAccepted with default headers values.
NewDeleteTraceEntryDefault creates DeleteTraceEntryDefault with default headers values.
NewDeleteTraceEntryNoContent creates DeleteTraceEntryNoContent with default headers values.
NewDeleteTraceEntryNotFound creates DeleteTraceEntryNotFound with default headers values.
NewDeleteTraceEntryParams creates a new DeleteTraceEntryParams object with the default values initialized.
NewDeleteTraces creates a new http.Handler for the delete traces operation.
NewDeleteTracesAccepted creates DeleteTracesAccepted with default headers values.
NewDeleteTracesDefault creates DeleteTracesDefault with default headers values.
NewDeleteTracesNoContent creates DeleteTracesNoContent with default headers values.
NewDeleteTracesNotFound creates DeleteTracesNotFound with default headers values.
NewDeleteTracesParams creates a new DeleteTracesParams object with the default values initialized.
NewGetTraces creates a new http.Handler for the get traces operation.
NewGetTracesDefault creates GetTracesDefault with default headers values.
NewGetTracesNotFound creates GetTracesNotFound with default headers values.
NewGetTracesOK creates GetTracesOK with default headers values.
NewGetTracesParams creates a new GetTracesParams object with the default values initialized.
NewReplaceTraces creates a new http.Handler for the replace traces operation.
NewReplaceTracesAccepted creates ReplaceTracesAccepted with default headers values.
NewReplaceTracesBadRequest creates ReplaceTracesBadRequest with default headers values.
NewReplaceTracesDefault creates ReplaceTracesDefault with default headers values.
NewReplaceTracesNotFound creates ReplaceTracesNotFound with default headers values.
NewReplaceTracesOK creates ReplaceTracesOK with default headers values.
NewReplaceTracesParams creates a new ReplaceTracesParams object with the default values initialized.

# Constants

CreateTraceEntryAcceptedCode is the HTTP code returned for type CreateTraceEntryAccepted.
CreateTraceEntryBadRequestCode is the HTTP code returned for type CreateTraceEntryBadRequest.
CreateTraceEntryConflictCode is the HTTP code returned for type CreateTraceEntryConflict.
CreateTraceEntryCreatedCode is the HTTP code returned for type CreateTraceEntryCreated.
CreateTracesAcceptedCode is the HTTP code returned for type CreateTracesAccepted.
CreateTracesBadRequestCode is the HTTP code returned for type CreateTracesBadRequest.
CreateTracesConflictCode is the HTTP code returned for type CreateTracesConflict.
CreateTracesCreatedCode is the HTTP code returned for type CreateTracesCreated.
DeleteTraceEntryAcceptedCode is the HTTP code returned for type DeleteTraceEntryAccepted.
DeleteTraceEntryNoContentCode is the HTTP code returned for type DeleteTraceEntryNoContent.
DeleteTraceEntryNotFoundCode is the HTTP code returned for type DeleteTraceEntryNotFound.
DeleteTracesAcceptedCode is the HTTP code returned for type DeleteTracesAccepted.
DeleteTracesNoContentCode is the HTTP code returned for type DeleteTracesNoContent.
DeleteTracesNotFoundCode is the HTTP code returned for type DeleteTracesNotFound.
GetTracesNotFoundCode is the HTTP code returned for type GetTracesNotFound.
GetTracesOKCode is the HTTP code returned for type GetTracesOK.
ReplaceTracesAcceptedCode is the HTTP code returned for type ReplaceTracesAccepted.
ReplaceTracesBadRequestCode is the HTTP code returned for type ReplaceTracesBadRequest.
ReplaceTracesNotFoundCode is the HTTP code returned for type ReplaceTracesNotFound.
ReplaceTracesOKCode is the HTTP code returned for type ReplaceTracesOK.

# Structs

CreateTraceEntry swagger:route POST /services/haproxy/configuration/traces/entries Traces createTraceEntry # Add a new trace entry Adds a new trace entry into the traces section.
CreateTraceEntryAccepted Configuration change accepted and reload requested swagger:response createTraceEntryAccepted */.
CreateTraceEntryBadRequest Bad request swagger:response createTraceEntryBadRequest */.
CreateTraceEntryConflict The specified resource already exists swagger:response createTraceEntryConflict */.
CreateTraceEntryCreated Trace entry added swagger:response createTraceEntryCreated */.
CreateTraceEntryDefault General Error swagger:response createTraceEntryDefault */.
CreateTraceEntryParams contains all the bound params for the create trace entry operation typically these are obtained from a http.Request swagger:parameters createTraceEntry.
CreateTraceEntryURL generates an URL for the create trace entry operation.
CreateTraces swagger:route POST /services/haproxy/configuration/traces Traces createTraces # Create the traces section Create the traces section.
CreateTracesAccepted Configuration change accepted and reload requested swagger:response createTracesAccepted */.
CreateTracesBadRequest Bad request swagger:response createTracesBadRequest */.
CreateTracesConflict The specified resource already exists swagger:response createTracesConflict */.
CreateTracesCreated Traces section created swagger:response createTracesCreated */.
CreateTracesDefault General Error swagger:response createTracesDefault */.
CreateTracesParams contains all the bound params for the create traces operation typically these are obtained from a http.Request swagger:parameters createTraces.
CreateTracesURL generates an URL for the create traces operation.
DeleteTraceEntry swagger:route DELETE /services/haproxy/configuration/traces/entries Traces deleteTraceEntry # Delete a trace entry Deletes a trace entry from the traces section.
DeleteTraceEntryAccepted Configuration change accepted and reload requested swagger:response deleteTraceEntryAccepted */.
DeleteTraceEntryDefault General Error swagger:response deleteTraceEntryDefault */.
DeleteTraceEntryNoContent Trace entry deleted swagger:response deleteTraceEntryNoContent */.
DeleteTraceEntryNotFound The specified resource was not found swagger:response deleteTraceEntryNotFound */.
DeleteTraceEntryParams contains all the bound params for the delete trace entry operation typically these are obtained from a http.Request swagger:parameters deleteTraceEntry.
DeleteTraceEntryURL generates an URL for the delete trace entry operation.
DeleteTraces swagger:route DELETE /services/haproxy/configuration/traces Traces deleteTraces # Delete the traces section Delete the whole traces section.
DeleteTracesAccepted Configuration change accepted and reload requested swagger:response deleteTracesAccepted */.
DeleteTracesDefault General Error swagger:response deleteTracesDefault */.
DeleteTracesNoContent Traces section deleted swagger:response deleteTracesNoContent */.
DeleteTracesNotFound The specified resource was not found swagger:response deleteTracesNotFound */.
DeleteTracesParams contains all the bound params for the delete traces operation typically these are obtained from a http.Request swagger:parameters deleteTraces.
DeleteTracesURL generates an URL for the delete traces operation.
GetTraces swagger:route GET /services/haproxy/configuration/traces Traces getTraces # Return the traces section contents Return the traces section contents.
GetTracesDefault General Error swagger:response getTracesDefault */.
GetTracesNotFound The specified resource was not found swagger:response getTracesNotFound */.
GetTracesOK Successful operation swagger:response getTracesOK */.
GetTracesParams contains all the bound params for the get traces operation typically these are obtained from a http.Request swagger:parameters getTraces.
GetTracesURL generates an URL for the get traces operation.
ReplaceTraces swagger:route PUT /services/haproxy/configuration/traces Traces replaceTraces # Replace traces Replace the traces section contents */.
ReplaceTracesAccepted Configuration change accepted and reload requested swagger:response replaceTracesAccepted */.
ReplaceTracesBadRequest Bad request swagger:response replaceTracesBadRequest */.
ReplaceTracesDefault General Error swagger:response replaceTracesDefault */.
ReplaceTracesNotFound The specified resource was not found swagger:response replaceTracesNotFound */.
ReplaceTracesOK Traces replaced swagger:response replaceTracesOK */.
ReplaceTracesParams contains all the bound params for the replace traces operation typically these are obtained from a http.Request swagger:parameters replaceTraces.
ReplaceTracesURL generates an URL for the replace traces operation.

# Interfaces

CreateTraceEntryHandler interface for that can handle valid create trace entry params.
CreateTracesHandler interface for that can handle valid create traces params.
DeleteTraceEntryHandler interface for that can handle valid delete trace entry params.
DeleteTracesHandler interface for that can handle valid delete traces params.
GetTracesHandler interface for that can handle valid get traces params.
ReplaceTracesHandler interface for that can handle valid replace traces params.

# Type aliases

CreateTraceEntryHandlerFunc turns a function with the right signature into a create trace entry handler.
CreateTracesHandlerFunc turns a function with the right signature into a create traces handler.
DeleteTraceEntryHandlerFunc turns a function with the right signature into a delete trace entry handler.
DeleteTracesHandlerFunc turns a function with the right signature into a delete traces handler.
GetTracesHandlerFunc turns a function with the right signature into a get traces handler.
ReplaceTracesHandlerFunc turns a function with the right signature into a replace traces handler.