Retracted: Retract all from v0.16 due to https://github.com/open-component-model/ocm-project/issues/293
package
Version:
v0.16.2
Opens a new window with list of versions in this module.
Published: Oct 18, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 34
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
NewCommand creates a new ctf command.
type BOM struct {
List []BomEntry `json:"componentVersions"`
}
type BomEntry struct {
Component string `json:"component"`
Version string `json:"version"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.