Documentation ¶ Index ¶ func New(runner *runner.Runner, module *runner.RootModule, windowSize tea.WindowSizeMsg) tea.Model func RunInProgressCmd(module *runner.RootModule) tea.Cmd type BackMsg type Model func (m Model) Init() tea.Cmd func (m Model) Update(msg tea.Msg) (tea.Model, tea.Cmd) func (m Model) View() string Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func New ¶ func New(runner *runner.Runner, module *runner.RootModule, windowSize tea.WindowSizeMsg) tea.Model func RunInProgressCmd ¶ func RunInProgressCmd(module *runner.RootModule) tea.Cmd Types ¶ type BackMsg ¶ type BackMsg struct{} type Model ¶ type Model struct { // contains filtered or unexported fields } 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() string Source Files ¶ View all Source files commands.go keys.go model.go styles.go Click to show internal directories. Click to hide internal directories.