MCPcopy Index your code
hub / github.com/imroc/req / disableLogger

Struct disableLogger

logger.go:32–32  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

30var _ Logger = (*logger)(nil)
31
32type disableLogger struct{}
33
34func (l *disableLogger) Errorf(format string, v ...any) {}
35func (l *disableLogger) Warnf(format string, v ...any) {}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected