Documentation
¶
Index ¶
Constants ¶
View Source
const CompilerVersion = "0.1"
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Key ¶
type Key struct {
Backend string `json:"backend"`
CompilerVersion string `json:"compiler_version"`
StdlibVersion string `json:"stdlib_version"`
SourceHash string `json:"source_hash"`
GraphHash string `json:"graph_hash"`
}
Key identifies a cacheable compilation artifact.
Click to show internal directories.
Click to hide internal directories.