Documentation
¶
Overview ¶
Package processor wraps the call to the scanner and requests to the source for a single type of update to a single file. It includes logic for filtering, sorting, and templating of the source output.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Change ¶
type Change struct {
Filename string // filename modified
Processor string // name of the processor
Source string // name of the source
Scan string // name of the scan
Key string // key from processor
Orig string // previous version
New string // new version
}
Change lists changes found or made to scanned files.
Click to show internal directories.
Click to hide internal directories.