Start begins watching the configuration file and authentication directory
(ctx context.Context)
| 121 | |
| 122 | // Start begins watching the configuration file and authentication directory |
| 123 | func (w *Watcher) Start(ctx context.Context) error { |
| 124 | return w.start(ctx) |
| 125 | } |
| 126 | |
| 127 | // Stop stops the file watcher |
| 128 | func (w *Watcher) Stop() error { |