Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { Enabled bool `yaml:"enabled" mapstructure:"enabled"` ScannersList []string `yaml:"scanners_list" mapstructure:"scanners_list"` StripInputPaths bool `yaml:"strip_input_paths" mapstructure:"strip_input_paths"` Inputs []Input `yaml:"inputs" mapstructure:"inputs"` ScannersConfig *common.ScannersConfig `yaml:"scanners_config" mapstructure:"scanners_config"` }
type Malware ¶
type Malware struct {
// contains filtered or unexported fields
}
func (Malware) GetType ¶
func (m Malware) GetType() types.FamilyType
type MergedResults ¶
type MergedResults struct { DetectedMalware []common.DetectedMalware Metadata map[string]*common.ScanSummary }
func NewMergedResults ¶
func NewMergedResults() *MergedResults
func (*MergedResults) IsResults ¶
func (*MergedResults) IsResults()
func (*MergedResults) Merge ¶
func (m *MergedResults) Merge(other *common.Results) *MergedResults
Click to show internal directories.
Click to hide internal directories.