Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FormModel ¶
type FormModel struct {
// contains filtered or unexported fields
}
func NewFormModel ¶
func NewFormModel(state sessionState) FormModel
type MainModel ¶
type MainModel struct { State sessionState Cm auth.ConfigManager AuthToken string User models.User Width int Height int LoginModel tea.Model SignUpModel tea.Model RoomListModel tea.Model RoomModel tea.Model }
func NewMainModel ¶
func NewMainModel(token string, cm auth.ConfigManager) MainModel
type UnauthorizedModel ¶
type UnauthorizedModel struct {
// contains filtered or unexported fields
}
func NewUnauthorizedModel ¶
func NewUnauthorizedModel() UnauthorizedModel
func (UnauthorizedModel) Init ¶
func (m UnauthorizedModel) Init() tea.Cmd
func (UnauthorizedModel) View ¶
func (m UnauthorizedModel) View() string
Click to show internal directories.
Click to hide internal directories.