| 8 | ) |
| 9 | |
| 10 | type SlogLogger struct{} |
| 11 | |
| 12 | func (s SlogLogger) Debug(ctx context.Context, msg string) { slog.DebugContext(ctx, msg) } |
| 13 | func (s SlogLogger) Info(ctx context.Context, msg string) { slog.InfoContext(ctx, msg) } |
nothing calls this directly
no outgoing calls
no test coverage detected