buildoutput

package
v1.10.6 Latest Latest
Warning

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

Go to latest
Published: Sep 19, 2024 License: Apache-2.0 Imports: 4 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BuildOutput

type BuildOutput struct {
	Cmd *exec.Cmd
	// contains filtered or unexported fields
}

func New

func New(cmd *exec.Cmd) *BuildOutput

func (*BuildOutput) Init

func (b *BuildOutput) Init() tea.Cmd

func (*BuildOutput) Update

func (b *BuildOutput) Update(msg tea.Msg) tea.Cmd

type BuildOutputMsg

type BuildOutputMsg struct {
	Msg string
}

type Msg

type Msg int
const (
	BuildStarted Msg = iota
	BuildOngoing
	BuildDoneSuccess
	BuildDoneFailure
)

Jump to

Keyboard shortcuts

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