mirror of
https://github.com/linka-cloud/coredns-split.git
synced 2024-11-16 09:46:24 +00:00
8 lines
213 B
Go
8 lines
213 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 (s Split) Ready() bool {
|
|
return true
|
|
}
|