Documentation
¶
Index ¶
- type Model
- func (m Model) ClearErrorMessage() Model
- func (m Model) ConnectionString() string
- func (m Model) DB() string
- func (m Model) HostName() string
- func (m Model) Init() tea.Cmd
- func (m Model) NextTab() Model
- func (m Model) PreviousTab() Model
- func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)
- func (m Model) UpdateErrorMessage(err error) Model
- func (m Model) UpdateRedisClient(msg command.NewRedisClientMsg) Model
- func (m Model) UpdateWindowSize(height, width int) Model
- func (m Model) View() string
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct {
State state.AppState // Application state
// contains filtered or unexported fields
}
func (Model) ClearErrorMessage ¶
func (Model) ConnectionString ¶
func (Model) PreviousTab ¶
func (Model) UpdateErrorMessage ¶
func (Model) UpdateRedisClient ¶
func (m Model) UpdateRedisClient(msg command.NewRedisClientMsg) Model
func (Model) UpdateWindowSize ¶
Click to show internal directories.
Click to hide internal directories.