Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Notifier ¶
type Notifier interface {
Notify(appointments []checker.Appointment) error
}
func NewSMTPNotifier ¶
func NewSMTPNotifier(cfg SMTPNotifierConfig, logger *logrus.Logger) Notifier
Click to show internal directories.
Click to hide internal directories.