create

package
v0.21.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Jun 26, 2024 License: Apache-2.0 Imports: 15 Imported by: 0

Documentation

Index

Constants

View Source
const (
	DEVCONTAINER_FILEPATH = ".devcontainer/devcontainer.json"
)

Variables

This section is empty.

Functions

func ConfigureProjects added in v0.13.0

func ConfigureProjects(projectList *[]apiclient.CreateWorkspaceRequestProject, defaults ProjectDefaults) (bool, error)

func GetProjectConfigurationForm added in v0.17.0

func GetProjectConfigurationForm(projectConfiguration *ProjectConfigurationData) *huh.Form

func GetRepositoryFromUrlInput added in v0.16.0

func GetRepositoryFromUrlInput(multiProject bool, apiClient *apiclient.APIClient) (*apiclient.GitRepository, error)

func RenderSummary added in v0.13.0

func RenderSummary(workspaceName string, projectList []apiclient.CreateWorkspaceRequestProject, defaults *ProjectDefaults) (string, error)

func RunAddMoreProjectsForm added in v0.16.0

func RunAddMoreProjectsForm() (bool, error)

func RunAdditionalProjectRepoForm added in v0.16.0

func RunAdditionalProjectRepoForm(index int, apiClient *apiclient.APIClient) (*apiclient.GitRepository, bool, error)

func RunSubmissionForm added in v0.15.0

func RunSubmissionForm(workspaceName *string, suggestedName string, workspaceNames []string, projectList *[]apiclient.CreateWorkspaceRequestProject, defaults *ProjectDefaults) error

Types

type BuildChoice added in v0.19.0

type BuildChoice string
const (
	AUTOMATIC    BuildChoice = "auto"
	DEVCONTAINER BuildChoice = "devcontainer"
	CUSTOMIMAGE  BuildChoice = "custom-image"
	NONE         BuildChoice = "none"
)

func (*BuildChoice) Set added in v0.21.0

func (c *BuildChoice) Set(v string) error

Set must have pointer receiver so it doesn't change the value of a copy

func (*BuildChoice) String added in v0.21.0

func (c *BuildChoice) String() string

String is used both by fmt.Print and by Cobra in help text

func (*BuildChoice) Type added in v0.21.0

func (c *BuildChoice) Type() string

Type is only used in help text

type Model

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

type ProjectConfigurationData added in v0.15.0

type ProjectConfigurationData struct {
	BuildChoice          string
	DevcontainerFilePath string
	Image                string
	User                 string
	PostStartCommands    []string
	EnvVars              map[string]string
}

func NewProjectConfigurationData added in v0.19.0

func NewProjectConfigurationData(buildChoice BuildChoice, devContainerFilePath string, currentProject *apiclient.CreateWorkspaceRequestProject, defaults *ProjectDefaults) *ProjectConfigurationData

type ProjectDefaults added in v0.21.0

type ProjectDefaults struct {
	BuildChoice          BuildChoice
	Image                *string
	ImageUser            *string
	DevcontainerFilePath string
	PostStartCommands    []string
}

type ProjectDetail added in v0.19.0

type ProjectDetail string
const (
	Build              ProjectDetail = "Build"
	DevcontainerConfig ProjectDetail = "Devcontainer Config"
	Image              ProjectDetail = "Image"
	User               ProjectDetail = "User"
	PostStartCommands  ProjectDetail = "Post Start Commands"
	EnvVars            ProjectDetail = "Env Vars"
	EMPTY_STRING                     = ""
	DEFAULT_PADDING                  = 21
)

type Styles

type Styles struct {
	Base,
	HeaderText,
	Status,
	StatusHeader,
	Highlight,
	ErrorHeaderText,
	Help lipgloss.Style
}

func NewStyles

func NewStyles(lg *lipgloss.Renderer) *Styles

type SummaryModel added in v0.13.0

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

func NewSummaryModel added in v0.13.0

func NewSummaryModel(workspaceName *string, suggestedName string, workspaceNames []string, projectList []apiclient.CreateWorkspaceRequestProject, defaults *ProjectDefaults) SummaryModel

func (SummaryModel) Init added in v0.13.0

func (m SummaryModel) Init() tea.Cmd

func (SummaryModel) Update added in v0.13.0

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

func (SummaryModel) View added in v0.13.0

func (m SummaryModel) View() string

Jump to

Keyboard shortcuts

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