Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Release ¶
type Release struct { Version string `json:"version"` Hash string `json:"hash"` GovernanceApproved bool `json:"governanceApproved"` Type ReleaseType `json:"type"` }
func GetReleases ¶
GetReleases reads the contents of the releases.json file
type ReleaseType ¶ added in v1.11.0
type ReleaseType string
const Cannon64Type ReleaseType = "cannon64"
Click to show internal directories.
Click to hide internal directories.