update

package
v12.41.0+incompatible Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 8, 2022 License: Apache-2.0 Imports: 4 Imported by: 5

Documentation

Overview

Package update contains update checkers for different services

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func GitHubChecker

func GitHubChecker(app, version, data string) (string, time.Time, bool)

GitHubChecker checks new releases on GitHub

func UpdateChecker

func UpdateChecker(app, version, data string) (string, time.Time, bool)

UpdateChecker checks new releases on custom storage

Types

type ReleaseInfo

type ReleaseInfo struct {
	Version string    `json:"version"`
	Date    time.Time `json:"date"`
}

ReleaseInfo contains info about the latest version of application

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL