Documentation ¶ Index ¶ func PlotData(interval time.Duration, r results.ResultSet, w io.Writer) func WriteErrorLogs(internal time.Duration, r results.ResultSet, w io.Writer) func WriteTabularData(interval time.Duration, r results.ResultSet, w io.Writer) type OutputFunc Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func PlotData ¶ func PlotData(interval time.Duration, r results.ResultSet, w io.Writer) PlotData plots the results onto a graph and saves the output to the given writer func WriteErrorLogs ¶ func WriteErrorLogs(internal time.Duration, r results.ResultSet, w io.Writer) func WriteTabularData ¶ func WriteTabularData(interval time.Duration, r results.ResultSet, w io.Writer) WriteTabularData writes the given results to the given output stream Types ¶ type OutputFunc ¶ type OutputFunc func(interval time.Duration, r results.ResultSet, w io.Writer) Source Files ¶ View all Source files csvwriter.go errorwriter.go outputfunc.go plot.go tablewriter.go Click to show internal directories. Click to hide internal directories.