nopLogger is a no-op implementation of Logger.
| 123 | |
| 124 | // nopLogger is a no-op implementation of Logger. |
| 125 | type nopLogger struct{} |
| 126 | |
| 127 | func (nopLogger) Debugw(_ ...any) {} |
| 128 | func (nopLogger) Warnw(_ ...any) {} |
nothing calls this directly
no outgoing calls
no test coverage detected