# Functions
New creates a new mailer service API client.
New creates a new mailer service API client with basic auth credentials.
New creates a new mailer service API client with a bearer token for authentication.
NewSendForbidden creates a SendForbidden with default headers values.
NewSendInternalServerError creates a SendInternalServerError with default headers values.
NewSendNotFound creates a SendNotFound with default headers values.
NewSendOK creates a SendOK with default headers values.
NewSendParams creates a new SendParams object, with the default timeout for this client.
NewSendParamsWithContext creates a new SendParams object with the ability to set a context for a request.
NewSendParamsWithHTTPClient creates a new SendParams object with the ability to set a custom HTTPClient for a request.
NewSendParamsWithTimeout creates a new SendParams object with the ability to set a timeout on a request.
NewSendUnauthorized creates a SendUnauthorized with default headers values.
# Structs
Client for mailer service API
*/.
SendForbidden describes a response with status code 403, with default header values.
SendInternalServerError describes a response with status code 500, with default header values.
SendNotFound describes a response with status code 404, with default header values.
SendOK describes a response with status code 200, with default header values.
SendParams contains all the parameters to send to the API endpoint
for the send operation.
SendReader is a Reader for the Send structure.
SendUnauthorized describes a response with status code 401, with default header values.
# Interfaces
ClientService is the interface for Client methods.
# Type aliases
ClientOption may be used to customize the behavior of Client methods.