coredns-split/ready.go
Adphi 99971d8b4c
naive implementation
Signed-off-by: Adphi <philippe.adrien.nousse@gmail.com>
2022-03-24 18:33:18 +01:00

8 lines
213 B
Go

package split
// 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 (s Split) Ready() bool {
return true
}