package
Version:
v13.8.0
Opens a new window with list of versions in this module.
Published: Oct 14, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 16
Opens a new window with list of known importers.
Documentation
¶
-
func GitHubChecker(app, version, data string) (string, time.Time, bool)
-
func GitLabChecker(app, version, data string) (string, time.Time, bool)
-
func UpdateChecker(app, version, data string) (string, time.Time, bool)
-
type ReleaseInfo
GitHubChecker checks new releases on GitHub
GitLabChecker checks new releases on GitLab
UpdateChecker checks new releases on custom storage
type ReleaseInfo struct {
Version string `json:"version"`
Date time.Time `json:"date"`
}
ReleaseInfo contains info about the latest version of application
Source Files
¶
Click to show internal directories.
Click to hide internal directories.