Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DefaultTableStyle = table.Style{ Name: "saucy", Box: table.BoxStyle{ BottomLeft: "└", BottomRight: "┘", BottomSeparator: "", EmptySeparator: text.RepeatAndTrim(" ", text.RuneCount("+")), Left: "│", LeftSeparator: "", MiddleHorizontal: "─", MiddleSeparator: "", MiddleVertical: "", PaddingLeft: " ", PaddingRight: " ", PageSeparator: "\n", Right: "│", RightSeparator: "", TopLeft: "┌", TopRight: "┐", TopSeparator: "", UnfinishedRow: " ...", }, Color: table.ColorOptionsDefault, Format: table.FormatOptions{ Footer: text.FormatDefault, Header: text.FormatDefault, Row: text.FormatDefault, }, HTML: table.DefaultHTMLOptions, Options: table.Options{ DrawBorder: false, SeparateColumns: false, SeparateFooter: true, SeparateHeader: true, SeparateRows: false, }, Title: table.TitleOptionsDefault, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.