Documentation ¶ Index ¶ type Printer func New() Printer Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Printer ¶ type Printer interface { Table(header []string, rows [][]string) // Print a table with the given header and rows JSON(v any) error // Print any value as indented JSON } func New ¶ func New() Printer Source Files ¶ View all Source files interface.goprinter.go Click to show internal directories. Click to hide internal directories.