Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Cycle ¶
type Cycle struct { // Cycle Release Cycle, i.e. `19`, `22.04` Cycle string // SupportedUntil Date supported until SupportedUntil string // EolFrom End of Life Date for this release cycle EolFrom string }
func (Cycle) IsUnsupported ¶
IsUnsupported whether the cycle is still actively supported
type EndOfLifeDate ¶ added in v0.15.1
type EndOfLifeDate struct{}
func (*EndOfLifeDate) CreateTables ¶ added in v0.15.1
type Renovate ¶
type Renovate struct {
// contains filtered or unexported fields
}
func NewRenovate ¶
func (Renovate) ProcessDependency ¶
func (Renovate) RetrieveEOLStatus ¶
type SBOM ¶ added in v0.43.0
type SBOM struct {
// contains filtered or unexported fields
}
func (SBOM) ProcessDependency ¶ added in v0.43.0
func (SBOM) RetrieveEOLStatus ¶ added in v0.43.0
Source Files ¶
Click to show internal directories.
Click to hide internal directories.