mirror of
https://github.com/coredns/coredns.git
synced 2025-11-01 02:33:14 -04:00
4
plugin/traffic/ready.go
Normal file
4
plugin/traffic/ready.go
Normal file
@@ -0,0 +1,4 @@
|
||||
package traffic
|
||||
|
||||
// Ready implements the ready.Readiness interface.
|
||||
func (t *Traffic) Ready() bool { return t.c.HasSynced() }
|
||||
Reference in New Issue
Block a user