Documentation
¶
Index ¶
- Constants
- func NoticeUI(pl platforms.Platform, argsPath string, loader bool) error
- func NoticeUIBuilder(_ platforms.Platform, argsPath string, loader bool) (*tview.Application, error)
- func PickerUI(cfg *config.Instance, pl platforms.Platform, argsPath string) error
- func PickerUIBuilder(cfg *config.Instance, _ platforms.Platform, argsPath string) (*tview.Application, error)
Constants ¶
View Source
const ( DefaultTimeout = 30 // seconds PIDFilename = "widget.pid" )
Variables ¶
This section is empty.
Functions ¶
func NoticeUI ¶
NoticeUI is a simple TUI screen that displays a message on screen. It can also optionally include a loading indicator spinner next to the message.
func NoticeUIBuilder ¶
func PickerUIBuilder ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.