Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type HistoryModel ¶
func (HistoryModel) ClearHistory ¶
func (m HistoryModel) ClearHistory(q db.Queries, userID uuid.UUID)
func (HistoryModel) Init ¶
func (m HistoryModel) Init() tea.Cmd
func (HistoryModel) View ¶
func (m HistoryModel) View() string
type LoginModel ¶
type LoginModel struct {
UserID uuid.UUID
Username string
State *LoginModelState
// contains filtered or unexported fields
}
func InitLoginModel ¶
func InitLoginModel() LoginModel
func (LoginModel) Init ¶
func (m LoginModel) Init() tea.Cmd
func (LoginModel) View ¶
func (m LoginModel) View() string
Click to show internal directories.
Click to hide internal directories.