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