coredns-split/ready.go
Adphi acc6793dea
bootstrap from example
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-03-24 15:26:15 +01:00

6 lines
216 B
Go

package example
// 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 Example) Ready() bool { return true }