Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FlattenedInfos ¶
type InfoFinder ¶
type InfoFinder struct {
// contains filtered or unexported fields
}
func New ¶
func New(conf infofinderTypes.Config) *InfoFinder
func (InfoFinder) GetType ¶
func (i InfoFinder) GetType() types.FamilyType
func (InfoFinder) Run ¶
func (i InfoFinder) Run(ctx context.Context, _ *results.Results) (interfaces.IsResults, error)
type Results ¶
type Results struct { Metadata familiestypes.Metadata `json:"Metadata"` Infos []FlattenedInfos `json:"Infos"` }
func NewResults ¶
func NewResults() *Results
func (*Results) AddScannerResult ¶
func (r *Results) AddScannerResult(scannerResult *types.ScannerResult)
Click to show internal directories.
Click to hide internal directories.