implement readiness

Signed-off-by: Miek Gieben <miek@miek.nl>
This commit is contained in:
Miek Gieben
2020-01-18 07:54:32 +01:00
parent 6fd06df9da
commit 4e38000ec2
7 changed files with 51 additions and 19 deletions

4
plugin/traffic/ready.go Normal file
View File

@@ -0,0 +1,4 @@
package traffic
// Ready implements the ready.Readiness interface.
func (t *Traffic) Ready() bool { return t.c.HasSynced() }