util

package
v0.34.0 Latest Latest
Warning

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

Go to latest
Published: Sep 24, 2024 License: Apache-2.0 Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var AdditionalPropertyPadding = "  "
View Source
var ArbitrarySpace = 10
View Source
var RowWhiteSpace = 1 + 4 + len(AdditionalPropertyPadding)*2 + 4 + 4 + 1

Left border, BaseTableStyle padding left, additional padding for workspace name and target, BaseTableStyle padding right, BaseCellStyle padding right, right border

Functions

func GetLongDescription

func GetLongDescription() string

func GetTableMinimumWidth added in v0.13.0

func GetTableMinimumWidth(data [][]string) int

func WithInlineSpinner added in v0.31.0

func WithInlineSpinner(message string, fn func() error) error

func WithSpinner added in v0.23.0

func WithSpinner(message string, fn func() error) error

Types

type BuildChoice added in v0.28.0

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

func GetProjectBuildChoice added in v0.28.0

func GetProjectBuildChoice(project apiclient.CreateProjectDTO, defaults *ProjectConfigDefaults) (BuildChoice, string)

func (*BuildChoice) Set added in v0.28.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.28.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.28.0

func (c *BuildChoice) Type() string

Type is only used in help text

type Msg added in v0.11.0

type Msg string

type ProjectConfigDefaults added in v0.28.0

type ProjectConfigDefaults struct {
	BuildChoice          BuildChoice
	Image                *string
	ImageUser            *string
	DevcontainerFilePath string
}

Jump to

Keyboard shortcuts

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