msixvc

package
v0.3.6 Latest Latest
Warning

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

Go to latest
Published: Feb 25, 2026 License: GPL-3.0, LGPL-3.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

View Source
const (
	EventDownloadStatus     = "msixvc_download_status"
	EventDownloadProgress   = "msixvc_download_progress"
	EventDownloadDone       = "msixvc_download_done"
	EventDownloadError      = "msixvc_download_error"
	EventAppxInstallLoading = "appx_install_loading"
)

Variables

This section is empty.

Functions

func Cancel

func Cancel()

func CancelTask added in v0.1.7

func CancelTask(dest string)

func Pause

func Pause()

func PauseTask added in v0.1.7

func PauseTask(dest string)

func Resume

func Resume()

func ResumeTask added in v0.1.7

func ResumeTask(dest string)

func StartDownload

func StartDownload(ctx context.Context, rawurl string, md5sum string) string

Types

type DownloadDone added in v0.1.7

type DownloadDone struct {
	Dest string
}

type DownloadError added in v0.1.7

type DownloadError struct {
	Error string
	Dest  string
}

type DownloadProgress

type DownloadProgress struct {
	Downloaded int64
	Total      int64
	Dest       string
}

type DownloadStatus added in v0.1.7

type DownloadStatus struct {
	Status string
	Dest   string
}

Jump to

Keyboard shortcuts

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