Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Table ¶
type Table interface { // AddRow adds a new line to the table AddRow(items ...interface{}) // AddHeaders adds headers to the table AddHeaders(headers ...string) // Render renders the table and returns its string representation Render() string }
A Table allows to render console text in a table presentation
Click to show internal directories.
Click to hide internal directories.