wc

package module
v0.0.0-...-92f3fbc Latest Latest
Warning

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

Go to latest
Published: Apr 23, 2019 License: MIT Imports: 2 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type Bits

type Bits int32

Bits are bitness

const (
	BIT32 Bits = 32
	BIT64 Bits = 64
)

Constants

type Product

type Product struct {
	Bits            Bits   `firestore:"bits,omitempty"`
	Key             string `firestore:"key,omitempty"`
	DisplayName     string `firestore:"displayName,omitempty"`
	DisplayVersion  string `firestore:"displayVersion,omitempty"`
	Publisher       string `firestore:"publisher,omitempty"`
	Comments        string `firestore:"comments,omitempty"`
	Contact         string `firestore:"contact,omitempty"`
	InstallDate     string `firestore:"installDate,omitempty"`
	InstallSource   string `firestore:"installSource,omitempty"`
	InstallLocation string `firestore:"installLocation,omitempty"`
	ModifyPath      string `firestore:"modifyPath,omitempty"`
	UninstallString string `firestore:"uninstallString,omitempty"`
	URLInfoAbout    string `firestore:"urlInfoAbout,omitempty"`
	URLUpdateInfo   string `firestore:"urlUpdateInfo,omitempty"`
}

Product is an installed program

func GetProducts

func GetProducts() ([]Product, error)

GetProducts fetches products from the registry

Directories

Path Synopsis

Jump to

Keyboard shortcuts

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