Documentation ¶
Overview ¶
Package kernel provides a concrete Cataloger implementation for linux kernel and module files.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type LinuxCatalogerConfig ¶
type LinuxCatalogerConfig struct {
CatalogModules bool
}
func DefaultLinuxCatalogerConfig ¶
func DefaultLinuxCatalogerConfig() LinuxCatalogerConfig
type LinuxKernelCataloger ¶
type LinuxKernelCataloger struct {
// contains filtered or unexported fields
}
func NewLinuxKernelCataloger ¶
func NewLinuxKernelCataloger(cfg LinuxCatalogerConfig) *LinuxKernelCataloger
NewLinuxKernelCataloger returns a new kernel files cataloger object.
func (LinuxKernelCataloger) Catalog ¶
func (l LinuxKernelCataloger) Catalog(resolver file.Resolver) ([]pkg.Package, []artifact.Relationship, error)
func (LinuxKernelCataloger) Name ¶
func (l LinuxKernelCataloger) Name() string
Click to show internal directories.
Click to hide internal directories.