()
| 273 | } |
| 274 | |
| 275 | func (w *Watcher) getAuthQueue() chan<- AuthUpdate { |
| 276 | w.clientsMutex.RLock() |
| 277 | defer w.clientsMutex.RUnlock() |
| 278 | return w.authQueue |
| 279 | } |
| 280 | |
| 281 | func (w *Watcher) stopDispatch() { |
| 282 | if w.dispatchCancel != nil { |
no outgoing calls
no test coverage detected