mirror of
https://github.com/coredns/coredns.git
synced 2026-04-05 03:35:33 -04:00
lint(revive): fix unused-parameter violations (#7980)
This commit is contained in:
@@ -145,7 +145,7 @@ type benchmarkResponseWriter struct{}
|
||||
|
||||
func (b *benchmarkResponseWriter) LocalAddr() net.Addr { return nil }
|
||||
func (b *benchmarkResponseWriter) RemoteAddr() net.Addr { return nil }
|
||||
func (b *benchmarkResponseWriter) WriteMsg(m *dns.Msg) error { return nil }
|
||||
func (b *benchmarkResponseWriter) WriteMsg(_m *dns.Msg) error { return nil }
|
||||
func (b *benchmarkResponseWriter) Write(p []byte) (int, error) { return len(p), nil }
|
||||
func (b *benchmarkResponseWriter) Close() error { return nil }
|
||||
func (b *benchmarkResponseWriter) TsigStatus() error { return nil }
|
||||
|
||||
Reference in New Issue
Block a user