Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func SuccessCmd ¶
Types ¶
type DrawerPrompt ¶ added in v1.17.0
type DrawerPrompt struct {
Text string
}
DrawerPrompt is emitted by a statusbar drawer tab to submit a context-specific prompt to the chat. The app model closes the drawer and forwards the text as a UserSubmittedInput.
type Error ¶
type Error struct {
Message string // user-friendly message
Err error // underlying error (for logging)
Sticky bool
}
Error signals an error to show to the user.
type SetTheme ¶ added in v1.11.0
type SetTheme struct {
Theme preferences.Theme
}
SetTheme requests a theme change.
type Success ¶
type Success struct {
Message string
}
Success signals a success message to show to the user.
type SyncStateChanged ¶
SyncStateChanged is emitted when sync state changes.
Click to show internal directories.
Click to hide internal directories.