Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func PrintTable ¶
Types ¶
type PrintOptions ¶
type PrintOptions struct {
WithHeaders bool
}
type Printable ¶
type Printable interface { GetFormats() map[PrintFormat]struct{} Print(format PrintFormat, options PrintOptions) error }
Click to show internal directories.
Click to hide internal directories.