Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Format ¶
type Format string
Format represents the output format type
func ParseFormat ¶
ParseFormat parses a format string into a Format type
type Formatter ¶
type Formatter struct {
// contains filtered or unexported fields
}
Formatter handles output formatting
func NewFormatter ¶
NewFormatter creates a formatter for the specified output format
func (*Formatter) Print ¶
Print outputs data in the configured format (JSON or YAML only) For table format, use the type-specific table printing functions
func (*Formatter) PrintTable ¶
PrintTable prints a table with the given columns and data
Click to show internal directories.
Click to hide internal directories.