Documentation
¶
Index ¶
Constants ¶
View Source
const ( LoopNone = 0 LoopAll = 1 LoopOne = 2 )
Variables ¶
This section is empty.
Functions ¶
func InitialModel ¶
func InitialModel() model
func LimitString ¶
Types ¶
type BackgroundWrapper ¶ added in v1.5.0
type BackgroundWrapper struct {
RenderedView string
}
func (BackgroundWrapper) Init ¶ added in v1.5.0
func (m BackgroundWrapper) Init() tea.Cmd
func (BackgroundWrapper) View ¶ added in v1.5.0
func (m BackgroundWrapper) View() string
type ContentModel ¶ added in v1.6.0
type ContentModel struct {
Content string
}
func (ContentModel) Init ¶ added in v1.6.0
func (m ContentModel) Init() tea.Cmd
func (ContentModel) View ¶ added in v1.6.0
func (m ContentModel) View() string
type HelpModel ¶ added in v1.5.0
func NewHelpModel ¶ added in v1.5.0
func NewHelpModel() HelpModel
type SetDBusMsg ¶ added in v1.3.0
type SetDBusMsg struct {
Instance *integration.Instance
}
type SetDiscordMsg ¶ added in v1.5.0
type SetDiscordMsg struct {
Instance *integration.DiscordInstance
}
Click to show internal directories.
Click to hide internal directories.