coredns-split/ready.go

6 lines
212 B
Go

package split
// Ready implements the ready.Readiness interface, once this flips to true CoreDNS
// assumes this plugin is ready for queries; it is not checked again.
func (e Split) Ready() bool { return true }