Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Email ¶
type Email struct {
To string
}
func (*Email) Notify ¶
func (e *Email) Notify(typ notification.NotificationType, subject, body string) error
type SMS ¶
type SMS struct {
To string
}
func (*SMS) Notify ¶
func (s *SMS) Notify(typ notification.NotificationType, subject, body string) error
Click to show internal directories.
Click to hide internal directories.