coredns-ldap/ready.go
2020-06-09 23:00:48 -05:00

6 lines
211 B
Go

package ldap
// 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 (l *Ldap) Ready() bool { return true }