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:
@@ -1,4 +1,4 @@
|
||||
// Package loadbalance is a plugin for rewriting responses to do "load balancing"
|
||||
// Package loadbalance is a plugin for rewriting responses to do "load balancing".
|
||||
package loadbalance
|
||||
|
||||
import (
|
||||
@@ -9,7 +9,7 @@ import (
|
||||
"github.com/miekg/dns"
|
||||
)
|
||||
|
||||
// RoundRobin is a plugin to rewrite responses for "load balancing".
|
||||
// LoadBalance is a plugin to rewrite responses for "load balancing".
|
||||
type LoadBalance struct {
|
||||
Next plugin.Handler
|
||||
shuffle func(*dns.Msg) *dns.Msg
|
||||
|
||||
@@ -1,4 +1,3 @@
|
||||
// Package loadbalance shuffles A, AAAA and MX records.
|
||||
package loadbalance
|
||||
|
||||
import (
|
||||
|
||||
Reference in New Issue
Block a user