Compare commits
1 Commits
Author | SHA1 | Date | |
---|---|---|---|
0501ba2bac |
@@ -247,11 +247,12 @@ func (w *consulWatcher) run() {
|
|||||||
delete(dstmp, sk)
|
delete(dstmp, sk)
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
if len(dstmp) > 0 {
|
||||||
w.vchan <- dstmp
|
w.vchan <- dstmp
|
||||||
src = dst
|
src = dst
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
func (w *consulWatcher) Next() (map[string]interface{}, error) {
|
func (w *consulWatcher) Next() (map[string]interface{}, error) {
|
||||||
|
Reference in New Issue
Block a user