Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Dependency ¶
type Dependency struct { System string Package string Version string Licenses []string Direct bool Advisories []*scrape.Advisory }
func (*Dependency) AdvisoriesURL ¶
func (d *Dependency) AdvisoriesURL() string
type Output ¶
type Output interface {
Generate(inputs map[string]*Dependency) error
}
Click to show internal directories.
Click to hide internal directories.