Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Exporter ¶
type Exporter struct{}
Exporter handles exporting benchmark comparisons to various formats
func (*Exporter) ToCSV ¶
func (e *Exporter) ToCSV(comparisons []models.Comparison, filename string) error
ToCSV exports comparisons to CSV format
func (*Exporter) ToHTML ¶
func (e *Exporter) ToHTML(comparisons []models.Comparison, oldID, newID, oldTimestamp, newTimestamp string, filename string) error
ToHTML exports comparisons to HTML format
func (*Exporter) ToMarkdown ¶
func (e *Exporter) ToMarkdown(comparisons []models.Comparison, oldID, newID string, filename string) error
ToMarkdown exports comparisons to Markdown format
Click to show internal directories.
Click to hide internal directories.