Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func LoadResults ¶
func LoadResults(path string) ([]models.QueryResults, error)
LoadResults loads query results from a JSON file
func WriteCSV ¶
func WriteCSV(path string, results []models.QueryResults) error
WriteCSV writes query results to a CSV file
Types ¶
type Writer ¶
type Writer struct {
// contains filtered or unexported fields
}
Writer handles writing output files
func (*Writer) WriteAll ¶
func (w *Writer) WriteAll(results []models.QueryResults, index *models.StoredIndex) error
WriteAll writes all output files (CSV, JSON, and metadata)
Click to show internal directories.
Click to hide internal directories.