catalog

package
v1.0.0-alpha.8 Latest Latest
Warning

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

Go to latest
Published: Nov 20, 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() 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"`
	InstallCheckPath       string   `yaml:"install_check_path"`
	InstallCheckPathHash   string   `yaml:"install_check_path_hash"`
	InstallCheckScript     string   `yaml:"install_check_script"`
	InstallerItemArguments []string `yaml:"installer_item_arguments"`
	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