types

package
v0.4.0 Latest Latest
Warning

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

Go to latest
Published: Aug 22, 2023 License: MIT Imports: 0 Imported by: 1

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type UpdateManifest

type UpdateManifest struct {
	OSType    string         `json:"ostype"`
	OSVersion string         `json:"osversion"`
	Arch      string         `json:"arch"`
	Updates   UpdatePackages `json:"updates"`
}

type UpdatePackage

type UpdatePackage struct {
	Name    string `json:"name"`
	Version string `json:"version"`
}

type UpdatePackages

type UpdatePackages []UpdatePackage

Jump to

Keyboard shortcuts

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