Documentation ¶ Index ¶ type Model func Settings(tui *app.TUI) *Model func (m *Model) Content(width, height int, errors string) string func (m *Model) Footer(width int) string func (m *Model) Header(width int) string func (m *Model) Init() tea.Cmd func (m *Model) Update(msg tea.Msg) (types.ViewModel, tea.Cmd) Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ This section is empty. Types ¶ type Model ¶ type Model struct { TUI *app.TUI // contains filtered or unexported fields } func Settings ¶ func Settings(tui *app.TUI) *Model func (*Model) Content ¶ func (m *Model) Content(width, height int, errors string) string func (*Model) Footer ¶ func (m *Model) Footer(width int) string func (*Model) Header ¶ func (m *Model) Header(width int) string func (*Model) Init ¶ func (m *Model) Init() tea.Cmd func (*Model) Update ¶ func (m *Model) Update(msg tea.Msg) (types.ViewModel, tea.Cmd) Source Files ¶ View all Source files settings.go Click to show internal directories. Click to hide internal directories.