Documentation
¶
Index ¶
- func Run() error
- type AlertTriggeredMsg
- type AnimationTickMsg
- type AutoReloadTickMsg
- type ConnectionResultMsg
- type ConnectionTestMsg
- type ErrorMsg
- type HistoryLoadedMsg
- type HistorySavedMsg
- type MarketStatusMsg
- type Model
- type ReloadTickMsg
- type ScanCompleteMsg
- type ScanProgressMsg
- type StartupScanMsg
- type View
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type AlertTriggeredMsg ¶
type AlertTriggeredMsg struct {
Alert alerts.TriggeredAlert
}
AlertTriggeredMsg is sent when an alert is triggered
type AutoReloadTickMsg ¶
type AutoReloadTickMsg struct{}
AutoReloadTickMsg triggers auto-reload countdown
type ConnectionResultMsg ¶
type ConnectionResultMsg struct {
Result *fetcher.ConnectionResult
}
ConnectionResultMsg contains connection test result
type ConnectionTestMsg ¶
type ConnectionTestMsg struct{}
ConnectionTestMsg triggers connection testing
type HistoryLoadedMsg ¶
type HistoryLoadedMsg struct {
Record *history.ScanRecord
}
HistoryLoadedMsg is sent when history is loaded on startup
type HistorySavedMsg ¶
type HistorySavedMsg struct {
ID string
}
HistorySavedMsg is sent when history is saved
type MarketStatusMsg ¶
type MarketStatusMsg struct {
Status string
}
MarketStatusMsg contains market status
type Model ¶
type Model struct {
// contains filtered or unexported fields
}
Model is the main bubbletea model
type ScanCompleteMsg ¶
type ScanCompleteMsg struct {
Results []*screener.ScreenResult
}
ScanCompleteMsg is sent when scanning is complete
Click to show internal directories.
Click to hide internal directories.