MCPcopy
hub / github.com/crowdsecurity/crowdsec / Source

Struct Source

pkg/acquisition/modules/wineventlog/source_windows.go:13–20  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

11)
12
13type Source struct {
14 metricsLevel metrics.AcquisitionMetricsLevel
15 config Configuration
16 logger *log.Entry
17 evtConfig *winlog.SubscribeConfig
18 query string
19 name string
20}
21
22func (s *Source) GetUuid() string {
23 return s.config.UniqueId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected