Documentation
¶
Index ¶
Constants ¶
View Source
const AutoName = "statusemail"
Variables ¶
View Source
var ( ErrAlreadyRunning = errors.New("already running") ErrNotRunning = errors.New("not running") )
View Source
var Factory auto.Factory = factory{}
Functions ¶
This section is empty.
Types ¶
type Attrs ¶
type Attrs struct {
WorseLogs []*Status // logs whose status has got worse since the last send
BetterLogs []*Status // logs whose status has got better since the last send
SameLogs []*Status // logs whose status has not changed since the last send
BadLogs []*Status // logs that have a bad status
AllLogs []*Status // all logs we have
}
Click to show internal directories.
Click to hide internal directories.