local_run

package
v1.33.4 Latest Latest
Warning

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

Go to latest
Published: Dec 10, 2023 License: Apache-2.0 Imports: 24 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func RunNonInteractive added in v1.32.0

func RunNonInteractive(noBrowser bool) error

Types

type Model added in v1.32.0

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

func New added in v1.32.0

func New(ctx context.Context, args ModelArgs) Model

func (Model) Init added in v1.32.0

func (m Model) Init() tea.Cmd

func (Model) Update added in v1.32.0

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

func (Model) View added in v1.32.0

func (m Model) View() string

type ModelArgs added in v1.32.0

type ModelArgs struct {
	NoBrowser      bool
	NonInteractive bool
}

type State added in v1.32.0

type State int
const (
	BuildingImages State = iota
	StartingLocalServices
	RunningFunctions
)

Jump to

Keyboard shortcuts

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