CatModeNoTailer configures itself in "cat" mode but does not implement the Fetcher methods.
| 603 | |
| 604 | // CatModeNoTailer configures itself in "cat" mode but does not implement the Fetcher methods. |
| 605 | type CatModeNoFetcher struct {} |
| 606 | func (*CatModeNoFetcher) UnmarshalConfig(_ []byte) error { return nil } |
| 607 | func (*CatModeNoFetcher) Configure(_ context.Context, _ []byte, _ *log.Entry, _ metrics.AcquisitionMetricsLevel) error { return nil } |
| 608 | func (*CatModeNoFetcher) GetMode() string { return configuration.CAT_MODE } |
nothing calls this directly
no outgoing calls
no test coverage detected