Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CSVReport ¶
type CSVReport struct {
// contains filtered or unexported fields
}
CSVReport represents a CSV report.
func NewCSVReport ¶
NewCSVReport creates a new CSVReport.
type JSONReport ¶
type JSONReport struct {
// contains filtered or unexported fields
}
JSONReport represents a JSON report.
func NewJSONReport ¶
func NewJSONReport(filePath string) *JSONReport
NewJSONReport creates a new JSONReport.
Click to show internal directories.
Click to hide internal directories.