package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateLogProfile creates a new http.Handler for the create log profile operation.
NewCreateLogProfileAccepted creates CreateLogProfileAccepted with default headers values.
NewCreateLogProfileBadRequest creates CreateLogProfileBadRequest with default headers values.
NewCreateLogProfileConflict creates CreateLogProfileConflict with default headers values.
NewCreateLogProfileCreated creates CreateLogProfileCreated with default headers values.
NewCreateLogProfileDefault creates CreateLogProfileDefault with default headers values.
NewCreateLogProfileParams creates a new CreateLogProfileParams object with the default values initialized.
NewDeleteLogProfile creates a new http.Handler for the delete log profile operation.
NewDeleteLogProfileAccepted creates DeleteLogProfileAccepted with default headers values.
NewDeleteLogProfileDefault creates DeleteLogProfileDefault with default headers values.
NewDeleteLogProfileNoContent creates DeleteLogProfileNoContent with default headers values.
NewDeleteLogProfileNotFound creates DeleteLogProfileNotFound with default headers values.
NewDeleteLogProfileParams creates a new DeleteLogProfileParams object with the default values initialized.
NewEditLogProfile creates a new http.Handler for the edit log profile operation.
NewEditLogProfileAccepted creates EditLogProfileAccepted with default headers values.
NewEditLogProfileBadRequest creates EditLogProfileBadRequest with default headers values.
NewEditLogProfileDefault creates EditLogProfileDefault with default headers values.
NewEditLogProfileNotFound creates EditLogProfileNotFound with default headers values.
NewEditLogProfileOK creates EditLogProfileOK with default headers values.
NewEditLogProfileParams creates a new EditLogProfileParams object with the default values initialized.
NewGetLogProfile creates a new http.Handler for the get log profile operation.
NewGetLogProfileDefault creates GetLogProfileDefault with default headers values.
NewGetLogProfileNotFound creates GetLogProfileNotFound with default headers values.
NewGetLogProfileOK creates GetLogProfileOK with default headers values.
NewGetLogProfileParams creates a new GetLogProfileParams object
There are no default values defined in the spec.
NewGetLogProfiles creates a new http.Handler for the get log profiles operation.
NewGetLogProfilesDefault creates GetLogProfilesDefault with default headers values.
NewGetLogProfilesOK creates GetLogProfilesOK with default headers values.
NewGetLogProfilesParams creates a new GetLogProfilesParams object
There are no default values defined in the spec.
# Constants
CreateLogProfileAcceptedCode is the HTTP code returned for type CreateLogProfileAccepted.
CreateLogProfileBadRequestCode is the HTTP code returned for type CreateLogProfileBadRequest.
CreateLogProfileConflictCode is the HTTP code returned for type CreateLogProfileConflict.
CreateLogProfileCreatedCode is the HTTP code returned for type CreateLogProfileCreated.
DeleteLogProfileAcceptedCode is the HTTP code returned for type DeleteLogProfileAccepted.
DeleteLogProfileNoContentCode is the HTTP code returned for type DeleteLogProfileNoContent.
DeleteLogProfileNotFoundCode is the HTTP code returned for type DeleteLogProfileNotFound.
EditLogProfileAcceptedCode is the HTTP code returned for type EditLogProfileAccepted.
EditLogProfileBadRequestCode is the HTTP code returned for type EditLogProfileBadRequest.
EditLogProfileNotFoundCode is the HTTP code returned for type EditLogProfileNotFound.
EditLogProfileOKCode is the HTTP code returned for type EditLogProfileOK.
GetLogProfileNotFoundCode is the HTTP code returned for type GetLogProfileNotFound.
GetLogProfileOKCode is the HTTP code returned for type GetLogProfileOK.
GetLogProfilesOKCode is the HTTP code returned for type GetLogProfilesOK.
# Structs
CreateLogProfile swagger:route POST /services/haproxy/configuration/log_profiles LogProfile createLogProfile
# Add a new Log Profile
Creates a new log_profile section
*/.
CreateLogProfileAccepted Configuration change accepted and reload requested
swagger:response createLogProfileAccepted
*/.
CreateLogProfileBadRequest Bad request
swagger:response createLogProfileBadRequest
*/.
CreateLogProfileConflict The specified resource already exists
swagger:response createLogProfileConflict
*/.
CreateLogProfileCreated Log Profile created
swagger:response createLogProfileCreated
*/.
CreateLogProfileDefault General Error
swagger:response createLogProfileDefault
*/.
CreateLogProfileParams contains all the bound params for the create log profile operation typically these are obtained from a http.Request
swagger:parameters createLogProfile.
CreateLogProfileURL generates an URL for the create log profile operation.
DeleteLogProfile swagger:route DELETE /services/haproxy/configuration/log_profiles/{name} LogProfile deleteLogProfile
# Delete a Log Profile
Deletes a log_profile section from the configuration
*/.
DeleteLogProfileAccepted Configuration change accepted and reload requested
swagger:response deleteLogProfileAccepted
*/.
DeleteLogProfileDefault General Error
swagger:response deleteLogProfileDefault
*/.
DeleteLogProfileNoContent log_profile deleted
swagger:response deleteLogProfileNoContent
*/.
DeleteLogProfileNotFound The specified resource was not found
swagger:response deleteLogProfileNotFound
*/.
DeleteLogProfileParams contains all the bound params for the delete log profile operation typically these are obtained from a http.Request
swagger:parameters deleteLogProfile.
DeleteLogProfileURL generates an URL for the delete log profile operation.
EditLogProfile swagger:route PUT /services/haproxy/configuration/log_profiles/{name} LogProfile editLogProfile
# Modify a Log Profile
Modifies a log_profile's configuration by its name
*/.
EditLogProfileAccepted Configuration change accepted and reload requested
swagger:response editLogProfileAccepted
*/.
EditLogProfileBadRequest Bad request
swagger:response editLogProfileBadRequest
*/.
EditLogProfileDefault General Error
swagger:response editLogProfileDefault
*/.
EditLogProfileNotFound The specified resource was not found
swagger:response editLogProfileNotFound
*/.
EditLogProfileOK log_profile configuration updated
swagger:response editLogProfileOK
*/.
EditLogProfileParams contains all the bound params for the edit log profile operation typically these are obtained from a http.Request
swagger:parameters editLogProfile.
EditLogProfileURL generates an URL for the edit log profile operation.
GetLogProfile swagger:route GET /services/haproxy/configuration/log_profiles/{name} LogProfile getLogProfile
# Return a Log Profile
Find a log_profile section by its name
*/.
GetLogProfileDefault General Error
swagger:response getLogProfileDefault
*/.
GetLogProfileNotFound The specified resource was not found
swagger:response getLogProfileNotFound
*/.
GetLogProfileOK Successful operation
swagger:response getLogProfileOK
*/.
GetLogProfileParams contains all the bound params for the get log profile operation typically these are obtained from a http.Request
swagger:parameters getLogProfile.
GetLogProfiles swagger:route GET /services/haproxy/configuration/log_profiles LogProfile getLogProfiles
# Return all the Log Profiles
Returns an array of all the configured log_profile sections in HAProxy
*/.
GetLogProfilesDefault General Error
swagger:response getLogProfilesDefault
*/.
GetLogProfilesOK Successful operation
swagger:response getLogProfilesOK
*/.
GetLogProfilesParams contains all the bound params for the get log profiles operation typically these are obtained from a http.Request
swagger:parameters getLogProfiles.
GetLogProfilesURL generates an URL for the get log profiles operation.
GetLogProfileURL generates an URL for the get log profile operation.
# Interfaces
CreateLogProfileHandler interface for that can handle valid create log profile params.
DeleteLogProfileHandler interface for that can handle valid delete log profile params.
EditLogProfileHandler interface for that can handle valid edit log profile params.
GetLogProfileHandler interface for that can handle valid get log profile params.
GetLogProfilesHandler interface for that can handle valid get log profiles params.
# Type aliases
CreateLogProfileHandlerFunc turns a function with the right signature into a create log profile handler.
DeleteLogProfileHandlerFunc turns a function with the right signature into a delete log profile handler.
EditLogProfileHandlerFunc turns a function with the right signature into a edit log profile handler.
GetLogProfileHandlerFunc turns a function with the right signature into a get log profile handler.
GetLogProfilesHandlerFunc turns a function with the right signature into a get log profiles handler.