Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CheckResult ¶ added in v0.7.0
type CheckResult struct {
CurrentVersion string `json:"current_version"`
LatestVersion string `json:"latest_version"`
DesktopCurrentVersion string `json:"desktop_current_version,omitempty"`
UpdateAvailable bool `json:"update_available"`
DesktopUpdateAvailable bool `json:"desktop_update_available,omitempty"`
Message string `json:"message"`
}
Click to show internal directories.
Click to hide internal directories.