Documentation
¶
Index ¶
Constants ¶
View Source
const (
PBMContainerSchemaID = "http://fuchsia.com/schemas/sdk/" + pbmContainerFileName
)
Variables ¶
This section is empty.
Functions ¶
func ValidateProductBundleContainer ¶
func ValidateProductBundleContainer(pbmContainer ProductBundleContainer) error
ValidateProductBundleContainer validates that the data is a valid based on product_bundle_container-76a5c104.json schema.
Types ¶
type Data ¶
type Data struct { Bundles []artifactory.ProductBundle `json:"bundles"` Type string `json:"type"` Name string `json:"name"` }
type ProductBundleContainer ¶
Click to show internal directories.
Click to hide internal directories.