Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Application ¶
type Application struct {
Ui *UiController
}
func NewApplication ¶
func NewApplication(ui *UiController) *Application
type UiController ¶
type UiController struct {
// contains filtered or unexported fields
}
func NewController ¶
func NewController(app *tview.Application) *UiController
func (UiController) Close ¶
func (controller UiController) Close()
Click to show internal directories.
Click to hide internal directories.