deploy

package
v0.10.4 Latest Latest
Warning

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

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

Documentation

Overview

Package deploy contains the TUI logic for bundle deploys

Package deploy contains the TUI logic for bundle deploys

Package deploy contains the TUI logic for bundle deploys

Index

Constants

This section is empty.

Variables

View Source
var (
	// Program is the Bubbletea TUI main program
	Program *tea.Program
)

Functions

This section is empty.

Types

type Model added in v0.10.1

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

Model contains the state of the TUI

func InitModel

func InitModel(client bndlClientShim) Model

InitModel initializes the model for the TUI

func (*Model) Init added in v0.10.1

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

Init performs some action when BubbleTea starts up

func (*Model) Update added in v0.10.1

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

Update updates the model based on the message received

func (*Model) View added in v0.10.1

func (m *Model) View() string

View returns the view for the TUI

Jump to

Keyboard shortcuts

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