Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DyffPrinter ¶
type DyffPrinter struct {
OmitHeader bool
}
DyffPrinter is a printer that prints dyff reports.
type Printer ¶
type Printer interface {
// Print prints the given args to the given writer.
Print(io.Writer, ...interface{}) error
}
Printer is an interface for printing Flux cmd outputs.
type PrinterFunc ¶
PrinterFunc is a function that can print args to a writer.
func TablePrinter ¶
func TablePrinter(header []string) PrinterFunc
TablePrinter is a printer that prints Flux cmd outputs.
Click to show internal directories.
Click to hide internal directories.