(_ fsnotify.Event, _ string)
| 167 | } |
| 168 | |
| 169 | func (w *Watcher) handleSettingsFileEvent(_ fsnotify.Event, _ string) { |
| 170 | fullConfig := ReadFullConfig() |
| 171 | w.fullConfig = fullConfig |
| 172 | w.broadcast(WatcherUpdate{FullConfig: w.fullConfig}) |
| 173 | } |
no test coverage detected