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

Struct Source

pkg/acquisition/modules/s3/source.go:24–35  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

22}
23
24type Source struct {
25 metricsLevel metrics.AcquisitionMetricsLevel
26 Config Configuration
27 logger *log.Entry
28 s3Client S3API
29 sqsClient SQSAPI
30 readerChan chan S3Object
31 t *tomb.Tomb
32 out chan pipeline.Event
33 ctx context.Context
34 cancel context.CancelFunc
35}
36
37type S3Object struct {
38 Key string

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected