Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Config ¶
type Config struct { SchemaVersion string `yaml:"schemaVersion"` Defaults struct { ArchiveDirectory string `yaml:"archiveDirectory"` CheckRevocation bool `yaml:"checkRevocation"` CopyOnDeleteExtensions string `yaml:"copyOnDeleteExtensions"` CopyOnDeletePE bool `yaml:"copyOnDeletePE"` CopyOnDeleteProcesses string `yaml:"copyOnDeleteProcesses"` CopyOnDeleteSIDs string `yaml:"copyOnDeleteSIDs"` DNSLookup bool `yaml:"dnsLookup"` DriverName string `yaml:"driverName"` HashAlgorithms []string `yaml:"hashAlgorithms"` } `yaml:"defaults"` OutFilename string `yaml:"outFilename"` EventFilter []EventFilter `yaml:"eventFilter"` ModulesBasePath string `yaml:"modulesBasePath"` Modules []string `yaml:"modules"` }
func LoadConfig ¶
type EventFilter ¶ added in v0.2.0
Click to show internal directories.
Click to hide internal directories.