| 16 | } |
| 17 | |
| 18 | type exporters struct { |
| 19 | logger *slog.Logger |
| 20 | metrics metrics.Metrics |
| 21 | } |
| 22 | |
| 23 | // NewExporters creates an Exporters bundle. Pass a configured *slog.Logger |
| 24 | // (with whatever slog.Handler you need) and a Metrics implementation. |
nothing calls this directly
no outgoing calls
no test coverage detected