Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Attachment ¶
type ConfigMailer ¶
type Mailer ¶
type Mailer struct {
Log *zap.Logger
Config ConfigMailer
}
type Message ¶
type Message struct {
To []string
Title string
Template *Template
Attachments *[]Attachment `json:"attachments"`
}
type TemplatePath ¶
type TemplatePath string
Click to show internal directories.
Click to hide internal directories.