Documentation
¶
Overview ¶
Package result provides the ScanResult struct.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ScanResult ¶
type ScanResult struct {
Version string
StartTime time.Time
EndTime time.Time
// Status of the overall scan.
Status *plugin.ScanStatus
// Status and versions of the plugins that ran.
PluginStatus []*plugin.Status
Inventory inventory.Inventory
}
ScanResult stores the results of a scan incl. scan status and inventory found.
Click to show internal directories.
Click to hide internal directories.