Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Libsendgrid ¶
type Libsendgrid struct { Requester request.RequesterInterface Mailtrap mailtrap.MailtrapInterface }
Libsendgrid ...
func (*Libsendgrid) GetTemplateID ¶
func (libsengrid *Libsendgrid) GetTemplateID(ID string) (*entity.TemplateResponse, error)
GetTemplateID ...
func (*Libsendgrid) SendEmail ¶
func (libsengrid *Libsendgrid) SendEmail(history *entity.EmailHistoryItem)
SendEmail ...
type LibsendgridInterface ¶
type LibsendgridInterface interface { GetTemplateID(ID string) (*entity.TemplateResponse, error) SendEmail(data *entity.EmailHistoryItem) }
LibsendgridInterface ...
Click to show internal directories.
Click to hide internal directories.