Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailService ¶
type EmailService interface { // SendMail func sends message with subject to some emails address. SendMail(subject, message string, emails ...string) error }
func NewEmailService ¶
func NewEmailService() EmailService
Click to show internal directories.
Click to hide internal directories.