statusemail

package
v0.2024.4 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 14, 2024 License: GPL-3.0 Imports: 27 Imported by: 0

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
}

type Status

type Status struct {
	Sent, Read *gen.StatusLog
	Source     config.Source
}

Directories

Path Synopsis

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL