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

Struct Source

pkg/acquisition/modules/http/source.go:11–16  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

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

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected