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

Struct Source

pkg/acquisition/modules/kafka/source.go:10–15  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

8)
9
10type Source struct {
11 metricsLevel metrics.AcquisitionMetricsLevel
12 Config Configuration
13 logger *logrus.Entry
14 Reader *kafka.Reader
15}
16
17func (s *Source) GetUuid() string {
18 return s.Config.UniqueId

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected