Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type ReportFormat ¶
type ReportFormat int
The output format for reported issues
const ( ReportText ReportFormat = iota // Plain text format ReportJSON // Json format ReportCSV // CSV format )
Click to show internal directories.
Click to hide internal directories.