Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CombinedOutput ¶
type CombinedOutput struct {
Outputs []sectionedOutput
}
func (*CombinedOutput) AddOutput ¶
func (o *CombinedOutput) AddOutput(heading string, output Output)
func (*CombinedOutput) ToPrettyOutput ¶
func (o *CombinedOutput) ToPrettyOutput() string
type DetailOutput ¶
func (DetailOutput) ToPrettyOutput ¶
func (o DetailOutput) ToPrettyOutput() string
type ListOutput ¶
func (*ListOutput) AddRow ¶
func (o *ListOutput) AddRow(m map[string]string)
func (ListOutput) ToPrettyOutput ¶
func (o ListOutput) ToPrettyOutput() string
type PlainOutput ¶
type PlainOutput struct {
Output string
}
func (PlainOutput) ToPrettyOutput ¶
func (o PlainOutput) ToPrettyOutput() string
Click to show internal directories.
Click to hide internal directories.