tui

package
v0.0.0-...-4a57d31 Latest Latest
Warning

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

Go to latest
Published: Jun 30, 2026 License: Apache-2.0 Imports: 17 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Focus

type Focus int

Focus tracks which pane has focus.

const (
	FocusGrid Focus = iota
	FocusLog
)

type Model

type Model struct {
	// contains filtered or unexported fields
}

Model is the top-level TUI model.

func New

func New(cfg *config.Config, sched *scheduler.Scheduler, exec *executor.Executor, graph *dag.Graph, jobs []string, instances map[string][]*scheduler.JobInstance) Model

New creates the TUI model.

func (Model) Init

func (m Model) Init() tea.Cmd

func (Model) Update

func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (Model) View

func (m Model) View() tea.View

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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