Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
type App struct {
// contains filtered or unexported fields
}
App is the top-level Bubble Tea model and the screen router. It owns the three sub-screens (menu, speed test, monitor) and routes messages between them. The sub-models no longer implement tea.Model themselves — they expose Start/Update/View and this router drives them, keeping a single point of control for quit + back-to-menu navigation.
Click to show internal directories.
Click to hide internal directories.