coredns-ldap/ready.go

6 lines
211 B
Go
Raw Normal View History

2020-06-01 07:48:07 +00:00
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 }