Documentation ¶
Overview ¶
This package encapsulates methods to notify users using smtp when the analysis finished
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmailNotifier ¶
type EmailNotifier struct {
// contains filtered or unexported fields
}
func NewEmailNotifier ¶
func NewEmailNotifier(smtp string, port int, user, pass, sender, resultpage string) (notifier *EmailNotifier)
type NullNotifier ¶
type NullNotifier struct { }
func NewNullNotifier ¶
func NewNullNotifier() (notifier *NullNotifier)
Click to show internal directories.
Click to hide internal directories.