Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Ack ¶
type Ack struct {
Sections map[string][]interface{}
}
func (*Ack) AddSection ¶
func (*Ack) InitSection ¶
type AckBinding ¶
type AckBinding func(map[interface{}]interface{}, *Ack)
type Output ¶
type Output struct { Type string Filter []string Format string TableBinding *TableBinding AckBinding AckBinding }
func (*Output) OutputTypes ¶
func (*Output) OutputTypesString ¶
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.