Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Item ¶
type Item struct { Name string `yaml:"name"` Includes []string `yaml:"included_manifests"` Installs []string `yaml:"managed_installs"` Uninstalls []string `yaml:"managed_uninstalls"` Updates []string `yaml:"managed_updates"` Catalogs []string `yaml:"catalogs"` }
Item represents a single object from the manifest
Click to show internal directories.
Click to hide internal directories.