move lock
This commit is contained in:
		@@ -7,10 +7,10 @@ import (
 | 
				
			|||||||
)
 | 
					)
 | 
				
			||||||
 | 
					
 | 
				
			||||||
type svcWatcher struct {
 | 
					type svcWatcher struct {
 | 
				
			||||||
 | 
						sync.RWMutex
 | 
				
			||||||
	opts    router.WatchOptions
 | 
						opts    router.WatchOptions
 | 
				
			||||||
	resChan chan *router.Event
 | 
						resChan chan *router.Event
 | 
				
			||||||
	done    chan struct{}
 | 
						done    chan struct{}
 | 
				
			||||||
	sync.RWMutex
 | 
					 | 
				
			||||||
}
 | 
					}
 | 
				
			||||||
 | 
					
 | 
				
			||||||
// Next is a blocking call that returns watch result
 | 
					// Next is a blocking call that returns watch result
 | 
				
			||||||
 
 | 
				
			|||||||
		Reference in New Issue
	
	Block a user