deps

package
v0.0.0-...-c2bc880 Latest Latest
Warning

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

Go to latest
Published: Apr 3, 2024 License: MIT Imports: 16 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewInstall

func NewInstall(params InstallParams) (*tea.Program, error)

Types

type Install

type Install struct {
	Context   context.Context
	Logger    hclog.Logger
	InputPath string
	Config    view.Config
	Error     error
	Upgrade   bool
	// contains filtered or unexported fields
}

func (*Install) Init

func (m *Install) Init() tea.Cmd

func (*Install) Update

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

func (*Install) View

func (m *Install) View() string

type InstallParams

type InstallParams struct {
	Context context.Context
	Path    string
	Debug   bool
	Upgrade bool
}

Jump to

Keyboard shortcuts

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