assemble

package
v0.0.0-...-03ee275 Latest Latest
Warning

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

Go to latest
Published: May 25, 2023 License: GPL-3.0 Imports: 11 Imported by: 0

Documentation

Overview

Package assemble collects and prepares the required files for the next steps

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Model

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

Model is the assembly model

func NewModel

func NewModel() *Model

NewModel returns a new Model instance

func (*Model) Init

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

Init initializes this step

func (*Model) Update

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

Update handles I/O for the model

func (*Model) View

func (m *Model) View() string

View renders the model

type Msg

type Msg int

Msg is used for issuing commands between updates

const (

	// MsgDone signals that this step is finished
	MsgDone Msg
)

Jump to

Keyboard shortcuts

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