Documentation ¶ Index ¶ type HomeModel func NewHome(w int, h int) *HomeModel func (m HomeModel) Init() tea.Cmd func (m *HomeModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m HomeModel) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type HomeModel ¶ type HomeModel struct { Width int Height int FocusOn enums.Splits FileExplorer *fileexplorer.FileExplorer Viewer *viewer.Viewer } func NewHome ¶ func NewHome(w int, h int) *HomeModel func (HomeModel) Init ¶ func (m HomeModel) Init() tea.Cmd func (*HomeModel) Update ¶ func (m *HomeModel) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (HomeModel) View ¶ func (m HomeModel) View() string Source Files ¶ View all Source files homeModel.go Click to show internal directories. Click to hide internal directories.