package
Version:
v0.0.13
Opens a new window with list of versions in this module.
Published: Jan 14, 2026
License: MIT
Opens a new window with license information.
Imports: 12
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
Update checks for and applies updates to the overwatch binary
type Asset struct {
Name string `json:"name"`
BrowserDownloadURL string `json:"browser_download_url"`
}
Asset represents a release asset
type Release struct {
TagName string `json:"tag_name"`
Name string `json:"name"`
Assets []Asset `json:"assets"`
}
Release represents a GitHub release
CheckUpdate checks if an update is available without applying it
Source Files
¶
Click to show internal directories.
Click to hide internal directories.