initialize

package
v0.8.2 Latest Latest
Warning

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

Go to latest
Published: Mar 26, 2024 License: Apache-2.0 Imports: 11 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 EventMsg

type EventMsg struct {
	Event   string
	Payload string
}

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) HandleEvent

func (InitWorkspaceViewModel) HandleWorkspaceInfo

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