initialize

package
v0.12.1 Latest Latest
Warning

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

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

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type ClearScreenMsg

type ClearScreenMsg struct{}

type InitWorkspaceViewModel

type InitWorkspaceViewModel struct {
	State    string
	Err      string
	Projects map[string]InitWorkspaceViewProjectModel
	// contains filtered or unexported fields
}

func GetInitialModel

func GetInitialModel() InitWorkspaceViewModel

func (InitWorkspaceViewModel) Init

func (m InitWorkspaceViewModel) Init() tea.Cmd

func (InitWorkspaceViewModel) Update

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

func (InitWorkspaceViewModel) View

func (m InitWorkspaceViewModel) View() string

type InitWorkspaceViewProjectExtensionModel

type InitWorkspaceViewProjectExtensionModel struct {
	Name  string
	State string
	Info  string
}

type InitWorkspaceViewProjectModel

type InitWorkspaceViewProjectModel struct {
	Name       string
	State      string
	Extensions map[string]InitWorkspaceViewProjectExtensionModel
}

Jump to

Keyboard shortcuts

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