build

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: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func SetupNewBuildCmd

func SetupNewBuildCmd() tea.Cmd

Types

type Build

type Build struct {
	common.Common

	ManifestPath       string
	BuildOutputMsgs    []string
	BuildOutputErrMsgs []string
	// contains filtered or unexported fields
}

func New

func New(c common.Common, manifestPath string) *Build

func (*Build) FullHelp

func (d *Build) FullHelp() [][]key.Binding

func (*Build) Init

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

func (*Build) SetSize

func (d *Build) SetSize(w, h int)

func (*Build) ShortHelp

func (d *Build) ShortHelp() []key.Binding

func (*Build) Update

func (b *Build) Update(msg tea.Msg) (tea.Model, tea.Cmd)

func (*Build) View

func (b *Build) View() string

type BuildInstance

type BuildInstance struct {
	Cmd      *exec.Cmd
	BuildOut *buildoutput.BuildOutput
}

func NewBuild

func NewBuild(manifestPath string) (*BuildInstance, error)

type NewBuildInstance

type NewBuildInstance *BuildInstance

type SetupNewBuildMsg

type SetupNewBuildMsg struct{}

Jump to

Keyboard shortcuts

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