Documentation
¶
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 like a stack of papers (pages). The top page is what you see. Think of it like browser tabs or a deck of cards.
type AuthErrorMsg ¶
type AuthErrorMsg struct {
// contains filtered or unexported fields
}
type AuthSuccessMsg ¶
type AuthSuccessMsg struct {
// contains filtered or unexported fields
}
type ConnectPage ¶
type ConnectPage struct {
// contains filtered or unexported fields
}
func NewConnectPage ¶
func NewConnectPage() ConnectPage
func (ConnectPage) Init ¶
func (p ConnectPage) Init() tea.Cmd
func (ConnectPage) View ¶
func (p ConnectPage) View() string
type DashboardPage ¶
type DashboardPage struct {
// contains filtered or unexported fields
}
func NewDashboard ¶
func NewDashboard() DashboardPage
func (DashboardPage) Init ¶
func (p DashboardPage) Init() tea.Cmd
func (DashboardPage) View ¶
func (p DashboardPage) View() string
type PopPageMsg ¶
type PopPageMsg struct{}
Message to remove the top page and go back to previous Example: Closing settings to go back to dashboard
type PushPageMsg ¶
Message to add a new page on top of the stack Example: Going from login to dashboard, or opening settings
Click to show internal directories.
Click to hide internal directories.