updater

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Dec 31, 2025 License: Apache-2.0 Imports: 19 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func PerformUpdate

func PerformUpdate(ctx context.Context, info *UpdateInfo) error

PerformUpdate 执行更新

Types

type Assets

type Assets struct {
	Name               string `json:"name"`
	BrowserDownloadURL string `json:"browser_download_url"`
	Size               int64  `json:"size"`
}

GitHubRelease GitHub Release API 响应结构

type GitHubRelease

type GitHubRelease struct {
	TagName string    `json:"tag_name"`
	Name    string    `json:"name"`
	Body    string    `json:"body"`
	Assets  []*Assets `json:"assets"`
}

GitHubRelease GitHub Release API 响应结构

type UpdateInfo

type UpdateInfo struct {
	CurrentVersion string
	LatestVersion  string
	HasUpdate      bool
	DownloadURL    string
	ChecksumURL    string
	ReleaseNotes   string
	BinaryName     string
}

UpdateInfo 更新信息

func CheckUpdate

func CheckUpdate(ctx context.Context) (*UpdateInfo, error)

CheckUpdate 检查是否有新版本

Jump to

Keyboard shortcuts

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