| 510 | } |
| 511 | |
| 512 | type MockSourceByDSN struct { |
| 513 | configuration.DataSourceCommonCfg `yaml:",inline"` |
| 514 | Toto string `yaml:"toto"` |
| 515 | logger *log.Entry //nolint:unused |
| 516 | } |
| 517 | |
| 518 | func (*MockSourceByDSN) UnmarshalConfig(_ []byte) error { return nil } |
| 519 | func (*MockSourceByDSN) Configure(_ context.Context, _ []byte, _ *log.Entry, _ metrics.AcquisitionMetricsLevel) error { |
nothing calls this directly
no outgoing calls
no test coverage detected