catalog

package
v1.0.0-alpha.1 Latest Latest
Warning

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

Go to latest
Published: Aug 12, 2018 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Get

func Get(cachePath string, catalogName string, repoURL string) map[string]Item

Get returns a map of `Item` from the catalog

Types

type Item

type Item struct {
	Dependencies          []string `yaml:"dependencies"`
	DisplayName           string   `yaml:"display_name"`
	InstallerItemHash     string   `yaml:"installer_item_hash"`
	InstallerItemLocation string   `yaml:"installer_item_location"`
	InstallerType         string   `yaml:"installer_type"`
	UninstallMethod       string   `yaml:"uninstall_method"`
	Version               string   `yaml:"version"`
}

Item contains an individual entry from the catalog

Jump to

Keyboard shortcuts

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