Documentation
¶
Overview ¶
Package sdkmeta holds metadata about the SDK runtimes bundled in the engine. It carries no dependencies so both core/sdk and core/workspace can share the canonical builtin SDK list without an import cycle.
Index ¶
Constants ¶
View Source
const ( Go = "go" Dang = "dang" Python = "python" Typescript = "typescript" PHP = "php" Elixir = "elixir" Java = "java" )
Builtin SDK runtime short names bundled in the engine.
View Source
const InstallNamePrefix = "dagger-"
InstallNamePrefix is prepended to the workspace install name of a known SDK (e.g. "go" -> "dagger-go-sdk") to reduce the chance of colliding with an unrelated module. The SDK's source ref and as-sdk name are unaffected.
Variables ¶
View Source
var Builtins = []string{Go, Dang, Python, Typescript, PHP, Elixir, Java}
Builtins lists every SDK runtime short name bundled in the engine.
Functions ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.