Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type EmailSender ¶
type EmailSender struct{}
func (*EmailSender) Send ¶
func (e *EmailSender) Send(msg string) error
type ErrorNotification ¶
type ErrorNotification struct {
// contains filtered or unexported fields
}
func (*ErrorNotification) Notify ¶
func (e *ErrorNotification) Notify(msg string) error
type INotification ¶
Click to show internal directories.
Click to hide internal directories.