Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Report ¶
type Report struct {
// contains filtered or unexported fields
}
Report is a reporter that prints the output to email
func New ¶
New creates a new instance of Report Map fields need to include: - username: For SMTP server - password: For SMTP server - host: For SMTP server - port: For SMTP server - to: comma separated list of email addresses to send report to - from: email address this is from TODO(mattfarina): Add error handling if missing values
Click to show internal directories.
Click to hide internal directories.