Versions in this module Expand all Collapse all v1 v1.5.0 Jan 16, 2018 Changes in this version + type Client struct + func New(transport runtime.ClientTransport, formats strfmt.Registry) *Client + func (a *Client) CreateSMTPTemplate(params *CreateSMTPTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*CreateSMTPTemplateCreated, error) + func (a *Client) DeleteHardbounces(params *DeleteHardbouncesParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteHardbouncesNoContent, error) + func (a *Client) DeleteSMTPTemplate(params *DeleteSMTPTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*DeleteSMTPTemplateNoContent, error) + func (a *Client) GetAggregatedSMTPReport(params *GetAggregatedSMTPReportParams, authInfo runtime.ClientAuthInfoWriter) (*GetAggregatedSMTPReportOK, error) + func (a *Client) GetEmailEventReport(params *GetEmailEventReportParams, authInfo runtime.ClientAuthInfoWriter) (*GetEmailEventReportOK, error) + func (a *Client) GetSMTPReport(params *GetSMTPReportParams, authInfo runtime.ClientAuthInfoWriter) (*GetSMTPReportOK, error) + func (a *Client) GetSMTPTemplate(params *GetSMTPTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*GetSMTPTemplateOK, error) + func (a *Client) GetSMTPTemplates(params *GetSMTPTemplatesParams, authInfo runtime.ClientAuthInfoWriter) (*GetSMTPTemplatesOK, error) + func (a *Client) SendTemplate(params *SendTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*SendTemplateCreated, error) + func (a *Client) SendTestTemplate(params *SendTestTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*SendTestTemplateNoContent, error) + func (a *Client) SendTransacEmail(params *SendTransacEmailParams, authInfo runtime.ClientAuthInfoWriter) (*SendTransacEmailCreated, error) + func (a *Client) SetTransport(transport runtime.ClientTransport) + func (a *Client) UpdateSMTPTemplate(params *UpdateSMTPTemplateParams, authInfo runtime.ClientAuthInfoWriter) (*UpdateSMTPTemplateNoContent, error) + type CreateSMTPTemplateBadRequest struct + Payload *models.ErrorModel + func NewCreateSMTPTemplateBadRequest() *CreateSMTPTemplateBadRequest + func (o *CreateSMTPTemplateBadRequest) Error() string + type CreateSMTPTemplateCreated struct + Payload *models.CreateModel + func NewCreateSMTPTemplateCreated() *CreateSMTPTemplateCreated + func (o *CreateSMTPTemplateCreated) Error() string + type CreateSMTPTemplateParams struct + Context context.Context + HTTPClient *http.Client + SMTPTemplate *models.CreateSMTPTemplate + func NewCreateSMTPTemplateParams() *CreateSMTPTemplateParams + func NewCreateSMTPTemplateParamsWithContext(ctx context.Context) *CreateSMTPTemplateParams + func NewCreateSMTPTemplateParamsWithHTTPClient(client *http.Client) *CreateSMTPTemplateParams + func NewCreateSMTPTemplateParamsWithTimeout(timeout time.Duration) *CreateSMTPTemplateParams + func (o *CreateSMTPTemplateParams) SetContext(ctx context.Context) + func (o *CreateSMTPTemplateParams) SetHTTPClient(client *http.Client) + func (o *CreateSMTPTemplateParams) SetSMTPTemplate(sMTPTemplate *models.CreateSMTPTemplate) + func (o *CreateSMTPTemplateParams) SetTimeout(timeout time.Duration) + func (o *CreateSMTPTemplateParams) WithContext(ctx context.Context) *CreateSMTPTemplateParams + func (o *CreateSMTPTemplateParams) WithHTTPClient(client *http.Client) *CreateSMTPTemplateParams + func (o *CreateSMTPTemplateParams) WithSMTPTemplate(sMTPTemplate *models.CreateSMTPTemplate) *CreateSMTPTemplateParams + func (o *CreateSMTPTemplateParams) WithTimeout(timeout time.Duration) *CreateSMTPTemplateParams + func (o *CreateSMTPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type CreateSMTPTemplateReader struct + func (o *CreateSMTPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteHardbouncesBadRequest struct + Payload *models.ErrorModel + func NewDeleteHardbouncesBadRequest() *DeleteHardbouncesBadRequest + func (o *DeleteHardbouncesBadRequest) Error() string + type DeleteHardbouncesNoContent struct + func NewDeleteHardbouncesNoContent() *DeleteHardbouncesNoContent + func (o *DeleteHardbouncesNoContent) Error() string + type DeleteHardbouncesParams struct + Context context.Context + DeleteHardbounces *models.DeleteHardbounces + HTTPClient *http.Client + func NewDeleteHardbouncesParams() *DeleteHardbouncesParams + func NewDeleteHardbouncesParamsWithContext(ctx context.Context) *DeleteHardbouncesParams + func NewDeleteHardbouncesParamsWithHTTPClient(client *http.Client) *DeleteHardbouncesParams + func NewDeleteHardbouncesParamsWithTimeout(timeout time.Duration) *DeleteHardbouncesParams + func (o *DeleteHardbouncesParams) SetContext(ctx context.Context) + func (o *DeleteHardbouncesParams) SetDeleteHardbounces(deleteHardbounces *models.DeleteHardbounces) + func (o *DeleteHardbouncesParams) SetHTTPClient(client *http.Client) + func (o *DeleteHardbouncesParams) SetTimeout(timeout time.Duration) + func (o *DeleteHardbouncesParams) WithContext(ctx context.Context) *DeleteHardbouncesParams + func (o *DeleteHardbouncesParams) WithDeleteHardbounces(deleteHardbounces *models.DeleteHardbounces) *DeleteHardbouncesParams + func (o *DeleteHardbouncesParams) WithHTTPClient(client *http.Client) *DeleteHardbouncesParams + func (o *DeleteHardbouncesParams) WithTimeout(timeout time.Duration) *DeleteHardbouncesParams + func (o *DeleteHardbouncesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteHardbouncesReader struct + func (o *DeleteHardbouncesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type DeleteSMTPTemplateBadRequest struct + Payload *models.ErrorModel + func NewDeleteSMTPTemplateBadRequest() *DeleteSMTPTemplateBadRequest + func (o *DeleteSMTPTemplateBadRequest) Error() string + type DeleteSMTPTemplateNoContent struct + func NewDeleteSMTPTemplateNoContent() *DeleteSMTPTemplateNoContent + func (o *DeleteSMTPTemplateNoContent) Error() string + type DeleteSMTPTemplateNotFound struct + Payload *models.ErrorModel + func NewDeleteSMTPTemplateNotFound() *DeleteSMTPTemplateNotFound + func (o *DeleteSMTPTemplateNotFound) Error() string + type DeleteSMTPTemplateParams struct + Context context.Context + HTTPClient *http.Client + TemplateID int64 + func NewDeleteSMTPTemplateParams() *DeleteSMTPTemplateParams + func NewDeleteSMTPTemplateParamsWithContext(ctx context.Context) *DeleteSMTPTemplateParams + func NewDeleteSMTPTemplateParamsWithHTTPClient(client *http.Client) *DeleteSMTPTemplateParams + func NewDeleteSMTPTemplateParamsWithTimeout(timeout time.Duration) *DeleteSMTPTemplateParams + func (o *DeleteSMTPTemplateParams) SetContext(ctx context.Context) + func (o *DeleteSMTPTemplateParams) SetHTTPClient(client *http.Client) + func (o *DeleteSMTPTemplateParams) SetTemplateID(templateID int64) + func (o *DeleteSMTPTemplateParams) SetTimeout(timeout time.Duration) + func (o *DeleteSMTPTemplateParams) WithContext(ctx context.Context) *DeleteSMTPTemplateParams + func (o *DeleteSMTPTemplateParams) WithHTTPClient(client *http.Client) *DeleteSMTPTemplateParams + func (o *DeleteSMTPTemplateParams) WithTemplateID(templateID int64) *DeleteSMTPTemplateParams + func (o *DeleteSMTPTemplateParams) WithTimeout(timeout time.Duration) *DeleteSMTPTemplateParams + func (o *DeleteSMTPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type DeleteSMTPTemplateReader struct + func (o *DeleteSMTPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetAggregatedSMTPReportBadRequest struct + Payload *models.ErrorModel + func NewGetAggregatedSMTPReportBadRequest() *GetAggregatedSMTPReportBadRequest + func (o *GetAggregatedSMTPReportBadRequest) Error() string + type GetAggregatedSMTPReportOK struct + Payload *models.GetAggregatedReport + func NewGetAggregatedSMTPReportOK() *GetAggregatedSMTPReportOK + func (o *GetAggregatedSMTPReportOK) Error() string + type GetAggregatedSMTPReportParams struct + Context context.Context + Days *int64 + EndDate *strfmt.Date + HTTPClient *http.Client + StartDate *strfmt.Date + Tag *string + func NewGetAggregatedSMTPReportParams() *GetAggregatedSMTPReportParams + func NewGetAggregatedSMTPReportParamsWithContext(ctx context.Context) *GetAggregatedSMTPReportParams + func NewGetAggregatedSMTPReportParamsWithHTTPClient(client *http.Client) *GetAggregatedSMTPReportParams + func NewGetAggregatedSMTPReportParamsWithTimeout(timeout time.Duration) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) SetContext(ctx context.Context) + func (o *GetAggregatedSMTPReportParams) SetDays(days *int64) + func (o *GetAggregatedSMTPReportParams) SetEndDate(endDate *strfmt.Date) + func (o *GetAggregatedSMTPReportParams) SetHTTPClient(client *http.Client) + func (o *GetAggregatedSMTPReportParams) SetStartDate(startDate *strfmt.Date) + func (o *GetAggregatedSMTPReportParams) SetTag(tag *string) + func (o *GetAggregatedSMTPReportParams) SetTimeout(timeout time.Duration) + func (o *GetAggregatedSMTPReportParams) WithContext(ctx context.Context) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithDays(days *int64) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithEndDate(endDate *strfmt.Date) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithHTTPClient(client *http.Client) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithStartDate(startDate *strfmt.Date) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithTag(tag *string) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WithTimeout(timeout time.Duration) *GetAggregatedSMTPReportParams + func (o *GetAggregatedSMTPReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetAggregatedSMTPReportReader struct + func (o *GetAggregatedSMTPReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetEmailEventReportBadRequest struct + Payload *models.ErrorModel + func NewGetEmailEventReportBadRequest() *GetEmailEventReportBadRequest + func (o *GetEmailEventReportBadRequest) Error() string + type GetEmailEventReportOK struct + Payload *models.GetEmailEventReport + func NewGetEmailEventReportOK() *GetEmailEventReportOK + func (o *GetEmailEventReportOK) Error() string + type GetEmailEventReportParams struct + Context context.Context + Days *int64 + Email *strfmt.Email + EndDate *strfmt.Date + Event *string + HTTPClient *http.Client + Limit *int64 + MessageID *string + Offset *int64 + StartDate *strfmt.Date + Tags *string + TemplateID *int64 + func NewGetEmailEventReportParams() *GetEmailEventReportParams + func NewGetEmailEventReportParamsWithContext(ctx context.Context) *GetEmailEventReportParams + func NewGetEmailEventReportParamsWithHTTPClient(client *http.Client) *GetEmailEventReportParams + func NewGetEmailEventReportParamsWithTimeout(timeout time.Duration) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) SetContext(ctx context.Context) + func (o *GetEmailEventReportParams) SetDays(days *int64) + func (o *GetEmailEventReportParams) SetEmail(email *strfmt.Email) + func (o *GetEmailEventReportParams) SetEndDate(endDate *strfmt.Date) + func (o *GetEmailEventReportParams) SetEvent(event *string) + func (o *GetEmailEventReportParams) SetHTTPClient(client *http.Client) + func (o *GetEmailEventReportParams) SetLimit(limit *int64) + func (o *GetEmailEventReportParams) SetMessageID(messageID *string) + func (o *GetEmailEventReportParams) SetOffset(offset *int64) + func (o *GetEmailEventReportParams) SetStartDate(startDate *strfmt.Date) + func (o *GetEmailEventReportParams) SetTags(tags *string) + func (o *GetEmailEventReportParams) SetTemplateID(templateID *int64) + func (o *GetEmailEventReportParams) SetTimeout(timeout time.Duration) + func (o *GetEmailEventReportParams) WithContext(ctx context.Context) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithDays(days *int64) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithEmail(email *strfmt.Email) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithEndDate(endDate *strfmt.Date) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithEvent(event *string) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithHTTPClient(client *http.Client) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithLimit(limit *int64) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithMessageID(messageID *string) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithOffset(offset *int64) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithStartDate(startDate *strfmt.Date) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithTags(tags *string) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithTemplateID(templateID *int64) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WithTimeout(timeout time.Duration) *GetEmailEventReportParams + func (o *GetEmailEventReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetEmailEventReportReader struct + func (o *GetEmailEventReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSMTPReportBadRequest struct + Payload *models.ErrorModel + func NewGetSMTPReportBadRequest() *GetSMTPReportBadRequest + func (o *GetSMTPReportBadRequest) Error() string + type GetSMTPReportOK struct + Payload *models.GetReports + func NewGetSMTPReportOK() *GetSMTPReportOK + func (o *GetSMTPReportOK) Error() string + type GetSMTPReportParams struct + Context context.Context + Days *int64 + EndDate *strfmt.Date + HTTPClient *http.Client + Limit *int64 + Offset *int64 + StartDate *strfmt.Date + Tag *string + func NewGetSMTPReportParams() *GetSMTPReportParams + func NewGetSMTPReportParamsWithContext(ctx context.Context) *GetSMTPReportParams + func NewGetSMTPReportParamsWithHTTPClient(client *http.Client) *GetSMTPReportParams + func NewGetSMTPReportParamsWithTimeout(timeout time.Duration) *GetSMTPReportParams + func (o *GetSMTPReportParams) SetContext(ctx context.Context) + func (o *GetSMTPReportParams) SetDays(days *int64) + func (o *GetSMTPReportParams) SetEndDate(endDate *strfmt.Date) + func (o *GetSMTPReportParams) SetHTTPClient(client *http.Client) + func (o *GetSMTPReportParams) SetLimit(limit *int64) + func (o *GetSMTPReportParams) SetOffset(offset *int64) + func (o *GetSMTPReportParams) SetStartDate(startDate *strfmt.Date) + func (o *GetSMTPReportParams) SetTag(tag *string) + func (o *GetSMTPReportParams) SetTimeout(timeout time.Duration) + func (o *GetSMTPReportParams) WithContext(ctx context.Context) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithDays(days *int64) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithEndDate(endDate *strfmt.Date) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithHTTPClient(client *http.Client) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithLimit(limit *int64) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithOffset(offset *int64) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithStartDate(startDate *strfmt.Date) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithTag(tag *string) *GetSMTPReportParams + func (o *GetSMTPReportParams) WithTimeout(timeout time.Duration) *GetSMTPReportParams + func (o *GetSMTPReportParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSMTPReportReader struct + func (o *GetSMTPReportReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSMTPTemplateBadRequest struct + Payload *models.ErrorModel + func NewGetSMTPTemplateBadRequest() *GetSMTPTemplateBadRequest + func (o *GetSMTPTemplateBadRequest) Error() string + type GetSMTPTemplateNotFound struct + Payload *models.ErrorModel + func NewGetSMTPTemplateNotFound() *GetSMTPTemplateNotFound + func (o *GetSMTPTemplateNotFound) Error() string + type GetSMTPTemplateOK struct + Payload *models.GetSMTPTemplateOverview + func NewGetSMTPTemplateOK() *GetSMTPTemplateOK + func (o *GetSMTPTemplateOK) Error() string + type GetSMTPTemplateParams struct + Context context.Context + HTTPClient *http.Client + TemplateID int64 + func NewGetSMTPTemplateParams() *GetSMTPTemplateParams + func NewGetSMTPTemplateParamsWithContext(ctx context.Context) *GetSMTPTemplateParams + func NewGetSMTPTemplateParamsWithHTTPClient(client *http.Client) *GetSMTPTemplateParams + func NewGetSMTPTemplateParamsWithTimeout(timeout time.Duration) *GetSMTPTemplateParams + func (o *GetSMTPTemplateParams) SetContext(ctx context.Context) + func (o *GetSMTPTemplateParams) SetHTTPClient(client *http.Client) + func (o *GetSMTPTemplateParams) SetTemplateID(templateID int64) + func (o *GetSMTPTemplateParams) SetTimeout(timeout time.Duration) + func (o *GetSMTPTemplateParams) WithContext(ctx context.Context) *GetSMTPTemplateParams + func (o *GetSMTPTemplateParams) WithHTTPClient(client *http.Client) *GetSMTPTemplateParams + func (o *GetSMTPTemplateParams) WithTemplateID(templateID int64) *GetSMTPTemplateParams + func (o *GetSMTPTemplateParams) WithTimeout(timeout time.Duration) *GetSMTPTemplateParams + func (o *GetSMTPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSMTPTemplateReader struct + func (o *GetSMTPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type GetSMTPTemplatesBadRequest struct + Payload *models.ErrorModel + func NewGetSMTPTemplatesBadRequest() *GetSMTPTemplatesBadRequest + func (o *GetSMTPTemplatesBadRequest) Error() string + type GetSMTPTemplatesOK struct + Payload *models.GetSMTPTemplates + func NewGetSMTPTemplatesOK() *GetSMTPTemplatesOK + func (o *GetSMTPTemplatesOK) Error() string + type GetSMTPTemplatesParams struct + Context context.Context + HTTPClient *http.Client + Limit *int64 + Offset *int64 + TemplateStatus *bool + func NewGetSMTPTemplatesParams() *GetSMTPTemplatesParams + func NewGetSMTPTemplatesParamsWithContext(ctx context.Context) *GetSMTPTemplatesParams + func NewGetSMTPTemplatesParamsWithHTTPClient(client *http.Client) *GetSMTPTemplatesParams + func NewGetSMTPTemplatesParamsWithTimeout(timeout time.Duration) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) SetContext(ctx context.Context) + func (o *GetSMTPTemplatesParams) SetHTTPClient(client *http.Client) + func (o *GetSMTPTemplatesParams) SetLimit(limit *int64) + func (o *GetSMTPTemplatesParams) SetOffset(offset *int64) + func (o *GetSMTPTemplatesParams) SetTemplateStatus(templateStatus *bool) + func (o *GetSMTPTemplatesParams) SetTimeout(timeout time.Duration) + func (o *GetSMTPTemplatesParams) WithContext(ctx context.Context) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WithHTTPClient(client *http.Client) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WithLimit(limit *int64) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WithOffset(offset *int64) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WithTemplateStatus(templateStatus *bool) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WithTimeout(timeout time.Duration) *GetSMTPTemplatesParams + func (o *GetSMTPTemplatesParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type GetSMTPTemplatesReader struct + func (o *GetSMTPTemplatesReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SendTemplateBadRequest struct + Payload *models.PostSendFailed + func NewSendTemplateBadRequest() *SendTemplateBadRequest + func (o *SendTemplateBadRequest) Error() string + type SendTemplateCreated struct + Payload *models.SendTemplateEmail + func NewSendTemplateCreated() *SendTemplateCreated + func (o *SendTemplateCreated) Error() string + type SendTemplateNotFound struct + Payload *models.ErrorModel + func NewSendTemplateNotFound() *SendTemplateNotFound + func (o *SendTemplateNotFound) Error() string + type SendTemplateParams struct + Context context.Context + HTTPClient *http.Client + SendEmail *models.SendEmail + TemplateID int64 + func NewSendTemplateParams() *SendTemplateParams + func NewSendTemplateParamsWithContext(ctx context.Context) *SendTemplateParams + func NewSendTemplateParamsWithHTTPClient(client *http.Client) *SendTemplateParams + func NewSendTemplateParamsWithTimeout(timeout time.Duration) *SendTemplateParams + func (o *SendTemplateParams) SetContext(ctx context.Context) + func (o *SendTemplateParams) SetHTTPClient(client *http.Client) + func (o *SendTemplateParams) SetSendEmail(sendEmail *models.SendEmail) + func (o *SendTemplateParams) SetTemplateID(templateID int64) + func (o *SendTemplateParams) SetTimeout(timeout time.Duration) + func (o *SendTemplateParams) WithContext(ctx context.Context) *SendTemplateParams + func (o *SendTemplateParams) WithHTTPClient(client *http.Client) *SendTemplateParams + func (o *SendTemplateParams) WithSendEmail(sendEmail *models.SendEmail) *SendTemplateParams + func (o *SendTemplateParams) WithTemplateID(templateID int64) *SendTemplateParams + func (o *SendTemplateParams) WithTimeout(timeout time.Duration) *SendTemplateParams + func (o *SendTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SendTemplateReader struct + func (o *SendTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SendTestTemplateBadRequest struct + Payload *models.PostSendFailed + func NewSendTestTemplateBadRequest() *SendTestTemplateBadRequest + func (o *SendTestTemplateBadRequest) Error() string + type SendTestTemplateNoContent struct + func NewSendTestTemplateNoContent() *SendTestTemplateNoContent + func (o *SendTestTemplateNoContent) Error() string + type SendTestTemplateNotFound struct + Payload *models.ErrorModel + func NewSendTestTemplateNotFound() *SendTestTemplateNotFound + func (o *SendTestTemplateNotFound) Error() string + type SendTestTemplateParams struct + Context context.Context + HTTPClient *http.Client + SendTestEmail *models.SendTestEmail + TemplateID int64 + func NewSendTestTemplateParams() *SendTestTemplateParams + func NewSendTestTemplateParamsWithContext(ctx context.Context) *SendTestTemplateParams + func NewSendTestTemplateParamsWithHTTPClient(client *http.Client) *SendTestTemplateParams + func NewSendTestTemplateParamsWithTimeout(timeout time.Duration) *SendTestTemplateParams + func (o *SendTestTemplateParams) SetContext(ctx context.Context) + func (o *SendTestTemplateParams) SetHTTPClient(client *http.Client) + func (o *SendTestTemplateParams) SetSendTestEmail(sendTestEmail *models.SendTestEmail) + func (o *SendTestTemplateParams) SetTemplateID(templateID int64) + func (o *SendTestTemplateParams) SetTimeout(timeout time.Duration) + func (o *SendTestTemplateParams) WithContext(ctx context.Context) *SendTestTemplateParams + func (o *SendTestTemplateParams) WithHTTPClient(client *http.Client) *SendTestTemplateParams + func (o *SendTestTemplateParams) WithSendTestEmail(sendTestEmail *models.SendTestEmail) *SendTestTemplateParams + func (o *SendTestTemplateParams) WithTemplateID(templateID int64) *SendTestTemplateParams + func (o *SendTestTemplateParams) WithTimeout(timeout time.Duration) *SendTestTemplateParams + func (o *SendTestTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SendTestTemplateReader struct + func (o *SendTestTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type SendTransacEmailBadRequest struct + Payload *models.ErrorModel + func NewSendTransacEmailBadRequest() *SendTransacEmailBadRequest + func (o *SendTransacEmailBadRequest) Error() string + type SendTransacEmailCreated struct + Payload *models.CreateSMTPEmail + func NewSendTransacEmailCreated() *SendTransacEmailCreated + func (o *SendTransacEmailCreated) Error() string + type SendTransacEmailParams struct + Context context.Context + HTTPClient *http.Client + SendSMTPEmail *models.SendSMTPEmail + func NewSendTransacEmailParams() *SendTransacEmailParams + func NewSendTransacEmailParamsWithContext(ctx context.Context) *SendTransacEmailParams + func NewSendTransacEmailParamsWithHTTPClient(client *http.Client) *SendTransacEmailParams + func NewSendTransacEmailParamsWithTimeout(timeout time.Duration) *SendTransacEmailParams + func (o *SendTransacEmailParams) SetContext(ctx context.Context) + func (o *SendTransacEmailParams) SetHTTPClient(client *http.Client) + func (o *SendTransacEmailParams) SetSendSMTPEmail(sendSMTPEmail *models.SendSMTPEmail) + func (o *SendTransacEmailParams) SetTimeout(timeout time.Duration) + func (o *SendTransacEmailParams) WithContext(ctx context.Context) *SendTransacEmailParams + func (o *SendTransacEmailParams) WithHTTPClient(client *http.Client) *SendTransacEmailParams + func (o *SendTransacEmailParams) WithSendSMTPEmail(sendSMTPEmail *models.SendSMTPEmail) *SendTransacEmailParams + func (o *SendTransacEmailParams) WithTimeout(timeout time.Duration) *SendTransacEmailParams + func (o *SendTransacEmailParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type SendTransacEmailReader struct + func (o *SendTransacEmailReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error) + type UpdateSMTPTemplateBadRequest struct + Payload *models.ErrorModel + func NewUpdateSMTPTemplateBadRequest() *UpdateSMTPTemplateBadRequest + func (o *UpdateSMTPTemplateBadRequest) Error() string + type UpdateSMTPTemplateNoContent struct + func NewUpdateSMTPTemplateNoContent() *UpdateSMTPTemplateNoContent + func (o *UpdateSMTPTemplateNoContent) Error() string + type UpdateSMTPTemplateNotFound struct + Payload *models.ErrorModel + func NewUpdateSMTPTemplateNotFound() *UpdateSMTPTemplateNotFound + func (o *UpdateSMTPTemplateNotFound) Error() string + type UpdateSMTPTemplateParams struct + Context context.Context + HTTPClient *http.Client + SMTPTemplate *models.UpdateSMTPTemplate + TemplateID int64 + func NewUpdateSMTPTemplateParams() *UpdateSMTPTemplateParams + func NewUpdateSMTPTemplateParamsWithContext(ctx context.Context) *UpdateSMTPTemplateParams + func NewUpdateSMTPTemplateParamsWithHTTPClient(client *http.Client) *UpdateSMTPTemplateParams + func NewUpdateSMTPTemplateParamsWithTimeout(timeout time.Duration) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) SetContext(ctx context.Context) + func (o *UpdateSMTPTemplateParams) SetHTTPClient(client *http.Client) + func (o *UpdateSMTPTemplateParams) SetSMTPTemplate(sMTPTemplate *models.UpdateSMTPTemplate) + func (o *UpdateSMTPTemplateParams) SetTemplateID(templateID int64) + func (o *UpdateSMTPTemplateParams) SetTimeout(timeout time.Duration) + func (o *UpdateSMTPTemplateParams) WithContext(ctx context.Context) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) WithHTTPClient(client *http.Client) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) WithSMTPTemplate(sMTPTemplate *models.UpdateSMTPTemplate) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) WithTemplateID(templateID int64) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) WithTimeout(timeout time.Duration) *UpdateSMTPTemplateParams + func (o *UpdateSMTPTemplateParams) WriteToRequest(r runtime.ClientRequest, reg strfmt.Registry) error + type UpdateSMTPTemplateReader struct + func (o *UpdateSMTPTemplateReader) ReadResponse(response runtime.ClientResponse, consumer runtime.Consumer) (interface{}, error)