Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Metadata ¶
type Metadata struct { Release *Release `yaml:"release,omitempty"` ProductFiles []ProductFile `yaml:"product_files"` }
type ProductFile ¶
type Release ¶ added in v0.13.0
type Release struct { Version string `yaml:"version"` ReleaseType string `yaml:"release_type"` EULASlug string `yaml:"eula_slug"` ReleaseDate string `yaml:"release_date"` Description string `yaml:"description"` ReleaseNotesURL string `yaml:"release_notes_url"` Availability string `yaml:"availability"` UserGroupIDs []string `yaml:"user_group_ids"` Controlled bool `yaml:"controlled"` ECCN string `yaml:"eccn"` LicenseException string `yaml:"license_exception"` EndOfSupportDate string `yaml:"end_of_support_date"` EndOfGuidanceDate string `yaml:"end_of_guidance_date"` EndOfAvailabilityDate string `yaml:"end_of_availability_date"` }
Click to show internal directories.
Click to hide internal directories.