Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type App ¶
App represents the main application instance
type FocusLevel ¶
type FocusLevel int
FocusLevel represents whether the user is navigating at tab level or inside a view. FocusLevelTab allows switching tabs with Tab key, while FocusLevelView allows Tab to cycle through elements within the active view.
const ( FocusLevelTab FocusLevel = iota FocusLevelView )
type PollingConfig ¶
type PollingConfig struct {
CurrentChannelInterval time.Duration
SidebarInterval time.Duration
ActivityInterval time.Duration
Enabled bool
}
PollingConfig holds configuration for different polling intervals
func DefaultPollingConfig ¶
func DefaultPollingConfig() PollingConfig
DefaultPollingConfig returns the default polling configuration
Click to show internal directories.
Click to hide internal directories.