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

Struct MockTail

pkg/acquisition/acquisition_test.go:366–368  ·  view source on GitHub ↗

----

Source from the content-addressed store, hash-verified

364// ----
365
366type MockTail struct {
367 configuration.DataSourceCommonCfg `yaml:",inline"`
368}
369
370func (f *MockTail) Configure(_ context.Context, _ []byte, _ *log.Entry, _ metrics.AcquisitionMetricsLevel) error {
371 if f.Mode == "" {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected