Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailNotifer ¶
type EmailNotifer struct {
Logger *zap.Logger
From string
//Receivers []string
SMTP SmtpSettings
Template map[string]*EmailTmpl
Once sync.Once
}
func (*EmailNotifer) PostInit ¶
func (en *EmailNotifer) PostInit() error
Click to show internal directories.
Click to hide internal directories.