mirror of
https://github.com/coredns/coredns.git
synced 2025-10-27 08:14:18 -04:00
chore(lint): bump to v2.5.0 and enable godoclint (#7632)
This commit is contained in:
@@ -60,6 +60,7 @@ func AddPrefix(b []byte) (m []byte) {
|
||||
}
|
||||
|
||||
// These methods implement the dns.ResponseWriter interface from Go DNS.
|
||||
|
||||
func (w *DoQWriter) TsigStatus() error { return nil }
|
||||
func (w *DoQWriter) TsigTimersOnly(b bool) {}
|
||||
func (w *DoQWriter) Hijack() {}
|
||||
|
||||
@@ -175,6 +175,7 @@ func (r *gRPCresponse) Write(b []byte) (int, error) {
|
||||
}
|
||||
|
||||
// These methods implement the dns.ResponseWriter interface from Go DNS.
|
||||
|
||||
func (r *gRPCresponse) Close() error { return nil }
|
||||
func (r *gRPCresponse) TsigStatus() error { return nil }
|
||||
func (r *gRPCresponse) TsigTimersOnly(b bool) {}
|
||||
|
||||
Reference in New Issue
Block a user