Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Getter ¶
type Getter interface { GetVersion() Version GetDefaultGraph() ir.Graph GetDefaultGraphHash() string GetStarlarkInterpreter(buildContextDir string) starlark.Interpreter }
Checker gets the version from the comment. # syntax=v0
type Version ¶
type Version string
const ( // V1 is the v1 version of the starlark frontend language. V1 Version = "v1" // V0 is the v0 version of the starlark frontend language. // v0 is the default version of the language. V0 Version = "v0" // VersionUnknown is the unknown version of the starlark frontend language. VersionUnknown Version = "unknown" )
Click to show internal directories.
Click to hide internal directories.