| 51 | } |
| 52 | |
| 53 | type initLogger struct { |
| 54 | storage *storage |
| 55 | fields Fields |
| 56 | } |
| 57 | |
| 58 | // Implementing this would be an anti-pattern |
| 59 | func (i initLogger) NewBackgroundContext() context.Context { |
nothing calls this directly
no outgoing calls
no test coverage detected