Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Mailer ¶
type Mailer interface {
SendMail(from string, to []string, subject, body string, attachments []string) error
}
Mailer is a mailer interface.
type Reporter ¶
type Reporter struct {
*Config
}
Reporter is responsible for reporting the status of the scheduler to the user.
func (*Reporter) ReportStep ¶
ReportStep is a function that reports the status of a step.
func (*Reporter) ReportSummary ¶
ReportSummary is a function that reports the status of the scheduler.
Click to show internal directories.
Click to hide internal directories.