Documentation ¶
Index ¶
Constants ¶
View Source
const ( SchemaVersionV0_5 = SchemaVersion("0.5") SchemaVersionV0_6 = SchemaVersion("0.6") SchemaVersionLatest = SchemaVersionV0_6 )
Variables ¶
View Source
var ( //go:embed v0.5.json SchemaV_05 string //go:embed v0.6.json SchemaV_06 string )
Schema is the Kraftfile specification in JSON schema.
Functions ¶
Types ¶
type SchemaVersion ¶ added in v0.6.4
type SchemaVersion string
Click to show internal directories.
Click to hide internal directories.