Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var (
PedanticMode bool = true
)
Functions ¶
This section is empty.
Types ¶
type Header ¶
type Header struct { Text string Style TableAllignmentType }
type Table ¶
type Table struct {
// contains filtered or unexported fields
}
func (*Table) AppendHeader ¶
func (*Table) WithHeader ¶ added in v0.2.7
type TableAllignmentType ¶ added in v0.2.3
type TableAllignmentType int
const ( TableStyleCenter TableAllignmentType = iota TableStyleLeft TableStyleRight )
func (TableAllignmentType) String ¶ added in v0.2.3
func (a TableAllignmentType) String() string
Click to show internal directories.
Click to hide internal directories.