Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func DownloadAndInstall ¶
func DownloadAndInstall(release *GitHubRelease) error
Types ¶
type GitHubRelease ¶
type GitHubRelease struct {
TagName string `json:"tag_name"`
Body string `json:"body"`
Assets []Asset `json:"assets"`
}
func CheckForUpdates ¶
func CheckForUpdates(currentVersion string) (*GitHubRelease, bool, error)
Click to show internal directories.
Click to hide internal directories.