Files
coredns/plugin/traffic/ready.go
Miek Gieben 4e38000ec2 implement readiness
Signed-off-by: Miek Gieben <miek@miek.nl>
2020-01-18 07:54:32 +01:00

5 lines
126 B
Go

package traffic
// Ready implements the ready.Readiness interface.
func (t *Traffic) Ready() bool { return t.c.HasSynced() }