Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MailingService ¶
type MailingService interface {
SendTransactionalMail(ctx context.Context, subject string, body string, recipient string) error
}
MailingService interface
func NewMailingSvc ¶
func NewMailingSvc() MailingService
NewMailingSvc exposed the ORM to the user functions in the module
Click to show internal directories.
Click to hide internal directories.