Documentation ¶ Index ¶ type UI Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type UI ¶ type UI interface { // Run the runloop for the UI Run(ctx context.Context) error // Send a system message SysPrint(format string, args ...interface{}) error } Source Files ¶ View all Source files ui.go Directories ¶ Show internal Expand all Path Synopsis telegram term Click to show internal directories. Click to hide internal directories.