Documentation ¶
Index ¶
- Constants
- func GetGithubPrerelease(releaseFeed string) (types.RemoteIndexMetadata, error)
- func GetGithubRelease(releaseFeed string) (types.RemoteIndexMetadata, error)
- func GetRemoteAppPrerelease() string
- func GetRemoteAppVersion() string
- func GetRemoteIndexVersion() string
- func IsRemoteVersionNewer(localVersion string, remoteVersion string) bool
- func ValidateIndexVersion(version string, indexLocation string) string
Constants ¶
View Source
const ( AppReleaseFeed = "https://api.github.com/repos/marcus-crane/khinsider/releases/latest" AppPrereleaseFeed = "https://api.github.com/repos/marcus-crane/khinsider/releases" IndexReleaseFeed = "https://api.github.com/repos/marcus-crane/khinsider-index/releases/latest" )
Variables ¶
This section is empty.
Functions ¶
func GetGithubPrerelease ¶
func GetGithubPrerelease(releaseFeed string) (types.RemoteIndexMetadata, error)
func GetGithubRelease ¶
func GetGithubRelease(releaseFeed string) (types.RemoteIndexMetadata, error)
func GetRemoteAppPrerelease ¶
func GetRemoteAppPrerelease() string
func GetRemoteAppVersion ¶
func GetRemoteAppVersion() string
func GetRemoteIndexVersion ¶
func GetRemoteIndexVersion() string
func IsRemoteVersionNewer ¶
func ValidateIndexVersion ¶
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.