types

package
v0.8.0 Latest Latest
Warning

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

Go to latest
Published: Dec 2, 2023 License: Apache-2.0 Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Config added in v0.5.0

type Config struct {
	Arch string `json:"arch"`
}

type Metadata added in v0.5.0

type Metadata struct {
	OS     OS     `json:"os"`
	Config Config `json:"config"`
}

type OS added in v0.5.0

type OS struct {
	Type    string `json:"type"`
	Version string `json:"version"`
}

type UpdateManifest added in v0.3.0

type UpdateManifest struct {
	Metadata Metadata       `json:"metadata"`
	Updates  UpdatePackages `json:"updates"`
}

type UpdatePackage added in v0.3.0

type UpdatePackage struct {
	Name             string `json:"name"`
	InstalledVersion string `json:"installedVersion"`
	FixedVersion     string `json:"fixedVersion"`
}

type UpdatePackages added in v0.3.0

type UpdatePackages []UpdatePackage

Jump to

Keyboard shortcuts

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