package
Version:
v0.0.0-...-3ec4577
Opens a new window with list of versions in this module.
Published: Oct 22, 2024
License: Apache-2.0
Opens a new window with license information.
Imports: 6
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Component struct {
Name string `json:"name"`
Version string `json:"version"`
Type string `json:"type"`
License string `json:"license"`
}
type SBOM struct {
Name string `json:"name"`
Version string `json:"version"`
Description string `json:"description"`
Components []Component `json:"components"`
CreatedAt time.Time `json:"created_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.