package
3.1.3+incompatible
Repository: https://github.com/haproxytech/dataplaneapi.git
Documentation: pkg.go.dev
# Functions
NewCreateMailerEntry creates a new http.Handler for the create mailer entry operation.
NewCreateMailerEntryAccepted creates CreateMailerEntryAccepted with default headers values.
NewCreateMailerEntryBadRequest creates CreateMailerEntryBadRequest with default headers values.
NewCreateMailerEntryConflict creates CreateMailerEntryConflict with default headers values.
NewCreateMailerEntryCreated creates CreateMailerEntryCreated with default headers values.
NewCreateMailerEntryDefault creates CreateMailerEntryDefault with default headers values.
NewCreateMailerEntryParams creates a new CreateMailerEntryParams object with the default values initialized.
NewDeleteMailerEntry creates a new http.Handler for the delete mailer entry operation.
NewDeleteMailerEntryAccepted creates DeleteMailerEntryAccepted with default headers values.
NewDeleteMailerEntryDefault creates DeleteMailerEntryDefault with default headers values.
NewDeleteMailerEntryNoContent creates DeleteMailerEntryNoContent with default headers values.
NewDeleteMailerEntryNotFound creates DeleteMailerEntryNotFound with default headers values.
NewDeleteMailerEntryParams creates a new DeleteMailerEntryParams object with the default values initialized.
NewGetMailerEntries creates a new http.Handler for the get mailer entries operation.
NewGetMailerEntriesDefault creates GetMailerEntriesDefault with default headers values.
NewGetMailerEntriesOK creates GetMailerEntriesOK with default headers values.
NewGetMailerEntriesParams creates a new GetMailerEntriesParams object
There are no default values defined in the spec.
NewGetMailerEntry creates a new http.Handler for the get mailer entry operation.
NewGetMailerEntryDefault creates GetMailerEntryDefault with default headers values.
NewGetMailerEntryNotFound creates GetMailerEntryNotFound with default headers values.
NewGetMailerEntryOK creates GetMailerEntryOK with default headers values.
NewGetMailerEntryParams creates a new GetMailerEntryParams object
There are no default values defined in the spec.
NewReplaceMailerEntry creates a new http.Handler for the replace mailer entry operation.
NewReplaceMailerEntryAccepted creates ReplaceMailerEntryAccepted with default headers values.
NewReplaceMailerEntryBadRequest creates ReplaceMailerEntryBadRequest with default headers values.
NewReplaceMailerEntryDefault creates ReplaceMailerEntryDefault with default headers values.
NewReplaceMailerEntryNotFound creates ReplaceMailerEntryNotFound with default headers values.
NewReplaceMailerEntryOK creates ReplaceMailerEntryOK with default headers values.
NewReplaceMailerEntryParams creates a new ReplaceMailerEntryParams object with the default values initialized.
# Constants
CreateMailerEntryAcceptedCode is the HTTP code returned for type CreateMailerEntryAccepted.
CreateMailerEntryBadRequestCode is the HTTP code returned for type CreateMailerEntryBadRequest.
CreateMailerEntryConflictCode is the HTTP code returned for type CreateMailerEntryConflict.
CreateMailerEntryCreatedCode is the HTTP code returned for type CreateMailerEntryCreated.
DeleteMailerEntryAcceptedCode is the HTTP code returned for type DeleteMailerEntryAccepted.
DeleteMailerEntryNoContentCode is the HTTP code returned for type DeleteMailerEntryNoContent.
DeleteMailerEntryNotFoundCode is the HTTP code returned for type DeleteMailerEntryNotFound.
GetMailerEntriesOKCode is the HTTP code returned for type GetMailerEntriesOK.
GetMailerEntryNotFoundCode is the HTTP code returned for type GetMailerEntryNotFound.
GetMailerEntryOKCode is the HTTP code returned for type GetMailerEntryOK.
ReplaceMailerEntryAcceptedCode is the HTTP code returned for type ReplaceMailerEntryAccepted.
ReplaceMailerEntryBadRequestCode is the HTTP code returned for type ReplaceMailerEntryBadRequest.
ReplaceMailerEntryNotFoundCode is the HTTP code returned for type ReplaceMailerEntryNotFound.
ReplaceMailerEntryOKCode is the HTTP code returned for type ReplaceMailerEntryOK.
# Structs
CreateMailerEntry swagger:route POST /services/haproxy/configuration/mailer_entries MailerEntry createMailerEntry
Add a new mailer_entry
Adds a new mailer entry to the specified mailers section in the configuration file.
CreateMailerEntryAccepted Configuration change accepted and reload requested
swagger:response createMailerEntryAccepted
*/.
CreateMailerEntryBadRequest Bad request
swagger:response createMailerEntryBadRequest
*/.
CreateMailerEntryConflict The specified resource already exists
swagger:response createMailerEntryConflict
*/.
CreateMailerEntryCreated MailerEntry created
swagger:response createMailerEntryCreated
*/.
CreateMailerEntryDefault General Error
swagger:response createMailerEntryDefault
*/.
CreateMailerEntryParams contains all the bound params for the create mailer entry operation typically these are obtained from a http.Request
swagger:parameters createMailerEntry.
CreateMailerEntryURL generates an URL for the create mailer entry operation.
DeleteMailerEntry swagger:route DELETE /services/haproxy/configuration/mailer_entries/{name} MailerEntry deleteMailerEntry
Delete a mailer_entry
Deletes a mailer entry configuration by it's name in the specified mailers section.
DeleteMailerEntryAccepted Configuration change accepted and reload requested
swagger:response deleteMailerEntryAccepted
*/.
DeleteMailerEntryDefault General Error
swagger:response deleteMailerEntryDefault
*/.
DeleteMailerEntryNoContent MailerEntry deleted
swagger:response deleteMailerEntryNoContent
*/.
DeleteMailerEntryNotFound The specified resource was not found
swagger:response deleteMailerEntryNotFound
*/.
DeleteMailerEntryParams contains all the bound params for the delete mailer entry operation typically these are obtained from a http.Request
swagger:parameters deleteMailerEntry.
DeleteMailerEntryURL generates an URL for the delete mailer entry operation.
GetMailerEntries swagger:route GET /services/haproxy/configuration/mailer_entries MailerEntry getMailerEntries
Return an array of mailer_entries
Returns an array of all the mailer_entries configured in the specified mailers section.
GetMailerEntriesDefault General Error
swagger:response getMailerEntriesDefault
*/.
GetMailerEntriesOK Successful operation
swagger:response getMailerEntriesOK
*/.
GetMailerEntriesParams contains all the bound params for the get mailer entries operation typically these are obtained from a http.Request
swagger:parameters getMailerEntries.
GetMailerEntriesURL generates an URL for the get mailer entries operation.
GetMailerEntry swagger:route GET /services/haproxy/configuration/mailer_entries/{name} MailerEntry getMailerEntry
Return one mailer_entry
Returns one mailer_entry configuration by it's name in the specified mailers section.
GetMailerEntryDefault General Error
swagger:response getMailerEntryDefault
*/.
GetMailerEntryNotFound The specified resource already exists
swagger:response getMailerEntryNotFound
*/.
GetMailerEntryOK Successful operation
swagger:response getMailerEntryOK
*/.
GetMailerEntryParams contains all the bound params for the get mailer entry operation typically these are obtained from a http.Request
swagger:parameters getMailerEntry.
GetMailerEntryURL generates an URL for the get mailer entry operation.
ReplaceMailerEntry swagger:route PUT /services/haproxy/configuration/mailer_entries/{name} MailerEntry replaceMailerEntry
Replace a mailer_entry
Replaces a mailer entry configuration by it's name in the specified mailers section.
ReplaceMailerEntryAccepted Configuration change accepted and reload requested
swagger:response replaceMailerEntryAccepted
*/.
ReplaceMailerEntryBadRequest Bad request
swagger:response replaceMailerEntryBadRequest
*/.
ReplaceMailerEntryDefault General Error
swagger:response replaceMailerEntryDefault
*/.
ReplaceMailerEntryNotFound The specified resource was not found
swagger:response replaceMailerEntryNotFound
*/.
ReplaceMailerEntryOK MailerEntry replaced
swagger:response replaceMailerEntryOK
*/.
ReplaceMailerEntryParams contains all the bound params for the replace mailer entry operation typically these are obtained from a http.Request
swagger:parameters replaceMailerEntry.
ReplaceMailerEntryURL generates an URL for the replace mailer entry operation.
# Interfaces
CreateMailerEntryHandler interface for that can handle valid create mailer entry params.
DeleteMailerEntryHandler interface for that can handle valid delete mailer entry params.
GetMailerEntriesHandler interface for that can handle valid get mailer entries params.
GetMailerEntryHandler interface for that can handle valid get mailer entry params.
ReplaceMailerEntryHandler interface for that can handle valid replace mailer entry params.
# Type aliases
CreateMailerEntryHandlerFunc turns a function with the right signature into a create mailer entry handler.
DeleteMailerEntryHandlerFunc turns a function with the right signature into a delete mailer entry handler.
GetMailerEntriesHandlerFunc turns a function with the right signature into a get mailer entries handler.
GetMailerEntryHandlerFunc turns a function with the right signature into a get mailer entry handler.
ReplaceMailerEntryHandlerFunc turns a function with the right signature into a replace mailer entry handler.