Documentation ¶
Overview ¶
Package rpmdb provides a concrete Cataloger implementation for RPM "Package" DB files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Cataloger ¶
type Cataloger struct{}
func NewRpmdbCataloger ¶
func NewRpmdbCataloger() *Cataloger
NewRpmdbCataloger returns a new RPM DB cataloger object.
func (*Cataloger) Catalog ¶
func (c *Cataloger) Catalog(resolver source.FileResolver) ([]pkg.Package, []artifact.Relationship, error)
Catalog is given an object to resolve file references and content, this function returns any discovered Packages after analyzing rpm db installation.
Click to show internal directories.
Click to hide internal directories.