Documentation
¶
Index ¶
- func NewTabWriter(w io.Writer) *tabwriter.Writer
- func PrintEntity(w io.Writer, entity map[string]any)
- func PrintEntityTable(w io.Writer, entities []map[string]any)
- func PrintJSON(w io.Writer, v any) error
- func PrintMetaTypes(w io.Writer, types []string)
- func PrintProperties(w io.Writer, props []map[string]string)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewTabWriter ¶
NewTabWriter creates a new tabwriter with standard formatting settings.
func PrintEntity ¶
PrintEntity prints a single entity as key-value pairs.
func PrintEntityTable ¶
PrintEntityTable prints a list of entities as a table.
func PrintMetaTypes ¶
PrintMetaTypes prints entity type metadata as a table.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.