coredns-ldap/ready.go

6 lines
210 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.
2020-06-01 07:48:07 +00:00
func (e Ldap) Ready() bool { return true }