app

package
v0.0.0-...-63b292e Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Oct 17, 2023 License: MIT Imports: 25 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type App

type App struct {
	Navi *nav.Nav
	// contains filtered or unexported fields
}

This is the main model for the app. It does two jobs, acts like a message bus for the different components of the app, and composes the different UI components together.

func NewApp

func NewApp(cfg cfg.Cfg, selectedTheme colors.Theme, fsys afero.Fs) *App

func (*App) Init

func (app *App) Init() tea.Cmd

func (*App) Update

func (app *App) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*App) View

func (app *App) View() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL