Documentation
¶
Overview ¶
Package app implements the root Bubble Tea model and view routing.
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 root Bubble Tea model that routes between views.
type Context ¶
type Context struct {
DataSource afclient.DataSource
Width int
Height int
BaseURL string
UseMock bool
}
Context is shared by pointer across all views.
type MCPResultMsg ¶
MCPResultMsg carries the result of an MCP tool action.
Click to show internal directories.
Click to hide internal directories.