Events returns the channel for receiving PRD change events.
()
| 87 | |
| 88 | // Events returns the channel for receiving PRD change events. |
| 89 | func (w *Watcher) Events() <-chan WatcherEvent { |
| 90 | return w.events |
| 91 | } |
| 92 | |
| 93 | // processEvents processes filesystem events and loads the PRD when it changes. |
| 94 | func (w *Watcher) processEvents() { |
no outgoing calls