Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ConsoleReporter ¶
type ConsoleReporter struct {
// contains filtered or unexported fields
}
func (*ConsoleReporter) ReportGeneration ¶
func (cr *ConsoleReporter) ReportGeneration(resp string)
func (*ConsoleReporter) ReportIteration ¶
func (cr *ConsoleReporter) ReportIteration(iteration int)
type JSONReporter ¶
type JSONReporter struct {
// contains filtered or unexported fields
}
func CreateJSONReporter ¶
func CreateJSONReporter(path string) (reportWriter JSONReporter)
func (*JSONReporter) SerializeIteration ¶
func (reportWriter *JSONReporter) SerializeIteration(result *IterationResult)
type Reporters ¶
type Reporters struct { JSON *JSONReporter Text *TextReporter Console *ConsoleReporter }
func (Reporters) ReportGeneration ¶
func (Reporters) ReportIteration ¶
func (Reporters) SerializeIteration ¶
func (reporters Reporters) SerializeIteration(result *IterationResult)
type TextReporter ¶
type TextReporter struct {
// contains filtered or unexported fields
}
func (*TextReporter) ReportGeneration ¶
func (tr *TextReporter) ReportGeneration(resp string)
func (*TextReporter) ReportIteration ¶
func (tr *TextReporter) ReportIteration(iteration int)
Click to show internal directories.
Click to hide internal directories.