Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var AllTypes = []Type{ JSONType, GoTmplType, TableType, AckType, }
Functions ¶
Types ¶
type AckBinding ¶
type AckBinding func(map[interface{}]interface{}, *Ack)
type Output ¶
type Output struct { Type string Filter []string Format string // TopLevelKeys is only used for json and gotmpl currently TopLevelKeys bool TableBinding *TableBinding AckBinding AckBinding }
func (*Output) ConfiguredOutputTypes ¶ added in v0.17.0
func (*Output) ConfiguredOutputTypesString ¶ added in v0.17.0
type Table ¶
type Table struct { Headings []interface{} Rows [][]interface{} }
func TableFromObjects ¶
func (*Table) AddHeadings ¶
func (t *Table) AddHeadings(headings ...interface{})
func (*Table) AddHeadingsS ¶
type TableBinding ¶
Click to show internal directories.
Click to hide internal directories.