package
Version:
v1.1.0
Opens a new window with list of versions in this module.
Published: Mar 31, 2017
License: Apache-2.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Table interface {
AddRow(row []string)
AddMultipleRows(rows [][]string)
SortByColumnIndex(col int)
SortByColumnHeader(header string)
PrintTable()
}
Table .
type UI interface {
NewTable() Table
}
UI defines the UI Interface
NewUI returns a reader for inputs and writer for outputs.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.