Documentation
¶
Index ¶
Constants ¶
View Source
const CLIUpgradeURL = "https://umono.io/cli"
Variables ¶
This section is empty.
Functions ¶
func FormatIncompatibleError ¶
func FormatIncompatibleError(result *CheckResult) string
Types ¶
type CheckResult ¶
type CheckResult struct {
Compatible bool
CLIVersion string
MinCLIVersion string
UmonoVersion string
}
func CheckForVersion ¶
func CheckForVersion(client *download.Client, umonoVersion string) (*CheckResult, error)
Click to show internal directories.
Click to hide internal directories.