Documentation ¶
Index ¶
Constants ¶
View Source
const ( TableAlignLeft = tablewriter.ALIGN_LEFT TableAlignRight = tablewriter.ALIGN_RIGHT )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) AppendRows ¶
func (*Table) ReplaceRows ¶
type TableAlignment ¶
type TableAlignment int
type TableColumn ¶
type TableColumn struct { Header string Alignment TableAlignment }
Click to show internal directories.
Click to hide internal directories.