(path string)
| 266 | } |
| 267 | |
| 268 | func (w *Watcher) removeClient(path string) { |
| 269 | w.authRescanMu.Lock() |
| 270 | defer w.authRescanMu.Unlock() |
| 271 | |
| 272 | w.removeClientLocked(path) |
| 273 | } |
| 274 | |
| 275 | func (w *Watcher) removeClientLocked(path string) { |
| 276 | normalized := w.normalizeAuthPath(path) |