coredns-ldap/ready.go
Miek Gieben b5a549213e Upgrade to latest coredns standards
* add ready, remove health
* use plugin.Register

Signed-off-by: Miek Gieben <miek@miek.nl>
2019-09-24 07:16:55 +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 }