Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func FormatLastLogin ¶
func SendMessageToChat ¶
Types ¶
type ChatViewModel ¶
type ChatViewModel struct {
// Frame component
components.Frame
// Focusable component
*components.FocusContainer
// contains filtered or unexported fields
}
func (*ChatViewModel) Init ¶
func (m *ChatViewModel) Init() tea.Cmd
func (*ChatViewModel) View ¶
func (m *ChatViewModel) View() string
type SentMessageToChatMsg ¶
type ShutdownModel ¶
type ShutdownModel struct {
// Frame component
components.Frame
}
func (*ShutdownModel) Init ¶
func (m *ShutdownModel) Init() tea.Cmd
func (*ShutdownModel) View ¶
func (m *ShutdownModel) View() string
type SigninModel ¶
type SigninModel struct {
// Frame component
components.Frame
// Focusable container
*components.FocusContainer
// contains filtered or unexported fields
}
func (*SigninModel) Init ¶
func (m *SigninModel) Init() tea.Cmd
func (*SigninModel) View ¶
func (m *SigninModel) View() string
type SignupModel ¶
type SignupModel struct {
// Frame component
components.Frame
// Focusable container
*components.FocusContainer
// contains filtered or unexported fields
}
func (*SignupModel) Init ¶
func (m *SignupModel) Init() tea.Cmd
func (*SignupModel) View ¶
func (m *SignupModel) View() string
type Tui ¶
type Tui struct {
// contains filtered or unexported fields
}
func New ¶
func New( em core.EventDispatcher, userManager *services.UserManager, chatManager *services.ChatManager, ) *Tui
type User ¶
type User struct {
// contains filtered or unexported fields
}
func (User) Description ¶
func (User) FilterValue ¶
type UsersListModel ¶
type UsersListModel struct {
// Frame component
components.Frame
// Focusable component
*components.FocusContainer
// contains filtered or unexported fields
}
func (*UsersListModel) Init ¶
func (m *UsersListModel) Init() tea.Cmd
func (*UsersListModel) View ¶
func (m *UsersListModel) View() string
Source Files
¶
Click to show internal directories.
Click to hide internal directories.