Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BuilderType ¶
type BuilderType string
var (
BuilderTypeDevcontainer BuilderType = "devcontainer"
BuilderTypeImage BuilderType = "image"
)
func DetectProjectBuilderType ¶
func DetectProjectBuilderType(buildConfig *buildconfig.BuildConfig, projectDir string, sshClient *ssh.Client) (BuilderType, error)
Click to show internal directories.
Click to hide internal directories.