ready.go 216 B

12345
  1. package example
  2. // Ready implements the ready.Readiness interface, once this flips to true CoreDNS
  3. // assumes this plugin is ready for queries; it is not checked again.
  4. func (e Example) Ready() bool { return true }