mirror of
https://github.com/docker/docs.git
synced 2026-04-02 01:08:53 +07:00
@@ -167,7 +167,7 @@ func (s *Zookeeper) WatchTree(prefix string, stopCh <-chan struct{}) (<-chan []*
|
||||
go func() {
|
||||
defer close(watchCh)
|
||||
|
||||
// GetW returns the current value before setting the watch.
|
||||
// List returns the current values before setting the watch.
|
||||
watchCh <- entries
|
||||
|
||||
for {
|
||||
|
||||
Reference in New Issue
Block a user