Documentation
¶
Overview ¶
Package ui is used to display various ui componenets to the terminal.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ( ErrUserQuit = errors.New("user quit") ErrNextProvider = errors.New("user requested next provider") TableWidthPadding = 10 TableHeightPadding = 2 )
Functions ¶
func DisplayTableAndGetSelectedID ¶ added in v0.1.11
DisplayTableAndGetSelectedID displays a table using the provided columns and rows, prompts the user to select a row, and returns the value of the first column of the selected row. The first column is assumed to contain a unique identifier.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.