Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HumanPrinter ¶
type HumanPrinter interface {
HumanOutput(HumanPrinterCallback)
}
type HumanPrinterCallback ¶
type HumanPrinterCallback func(*output.HumanOutput) *output.HumanOutput
type TableOutputCallback ¶
type TableOutputCallback func(PrintObj)
type TablePrinter ¶
type TablePrinter interface {
TableOutput(TableOutputCallback)
}
Click to show internal directories.
Click to hide internal directories.