Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FileNotifier ¶
type FileNotifier struct {
// contains filtered or unexported fields
}
FileNotifier a notifier to send emails to SMTP servers.
func NewFileNotifier ¶
func NewFileNotifier(configuration schema.FileSystemNotifierConfiguration) *FileNotifier
NewFileNotifier create an FileNotifier writing the notification into a file.
type SMTPNotifier ¶
type SMTPNotifier struct {
// contains filtered or unexported fields
}
SMTPNotifier a notifier to send emails to SMTP servers.
func NewSMTPNotifier ¶
func NewSMTPNotifier(configuration schema.SMTPNotifierConfiguration) *SMTPNotifier
NewSMTPNotifier create an SMTPNotifier targeting a given address.
Click to show internal directories.
Click to hide internal directories.