Versions in this module Expand all Collapse all v1 v1.0.0 May 31, 2023 Changes in this version + type Format string + const JsonFormat + const TableFormat + const TextFormat + const YamlFormat + func (f Format) Validate() error + type Formatter interface + Write func(interface{}) + func NewFormatter(format Format, output io.Writer) Formatter + func NewJson(output io.Writer) Formatter + func NewTable(output io.Writer) Formatter + func NewText(output io.Writer) Formatter + func NewYaml(output io.Writer) Formatter + type Json struct + func (f *Json) Write(o interface{}) + type ListResult interface + BriefItems func() reflect.Value + type Table struct + func (f *Table) Write(o interface{}) + type Text struct + func (f *Text) Write(o interface{}) + type Yaml struct + func (f *Yaml) Write(o interface{})