Documentation
¶
Index ¶
Constants ¶
View Source
const ( ChannelAuto = "auto" ChannelStable = "stable" ChannelBeta = "beta" ChannelRC = "rc" )
View Source
const DefaultManifestURL = "https://cetus.cenvero.org/manifest.json"
Variables ¶
This section is empty.
Functions ¶
func ChannelForVersion ¶
func IsHomebrewManaged ¶
func ResolveChannel ¶
Types ¶
type ApplyResult ¶
type ApplyResult struct {
Check *CheckResult
Applied bool
InstalledPath string
}
type CheckResult ¶
type Manifest ¶
type Manifest struct {
GeneratedAt string `json:"generated_at"`
Channels map[string]Channel `json:"channels"`
Binaries map[string]PlatformBinaries `json:"binaries"`
}
type PlatformBinaries ¶
Click to show internal directories.
Click to hide internal directories.