The highest tagged major version is
v13.
package
Version:
v12.88.1
Opens a new window with list of versions in this module.
Published: Nov 21, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 4
Opens a new window with list of imports.
Imported by: 17
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.