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 ¶
func NewLinuxKernelCataloger ¶
func NewLinuxKernelCataloger(cfg LinuxKernelCatalogerConfig) pkg.Cataloger
NewLinuxKernelCataloger returns a new kernel files cataloger object.
Types ¶
type LinuxKernelCatalogerConfig ¶ added in v0.98.0
type LinuxKernelCatalogerConfig struct {
CatalogModules bool `yaml:"catalog-modules" json:"catalog-modules" mapstructure:"catalog-modules"`
}
func DefaultLinuxKernelCatalogerConfig ¶ added in v0.102.0
func DefaultLinuxKernelCatalogerConfig() LinuxKernelCatalogerConfig
Click to show internal directories.
Click to hide internal directories.