report

package
v1.0.0 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jun 19, 2019 License: MIT Imports: 7 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type CsvWriter

type CsvWriter struct {
	Output io.Writer
}

func (CsvWriter) Write

func (cw CsvWriter) Write(result Result) error

type JsonWriter

type JsonWriter struct {
	Output io.Writer
}

func (JsonWriter) Write

func (jw JsonWriter) Write(result Result) error

type Result

type Result [][]string

type TableWriter

type TableWriter struct {
	Output io.Writer
}

func (TableWriter) Write

func (tw TableWriter) Write(result Result) error

type Writer

type Writer interface {
	Write(Result) error
}

func NewWriter

func NewWriter(format string, output *os.File) Writer

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL