We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 32734c3 commit d10da16Copy full SHA for d10da16
internal/nightwatch/watcher/user/watcher.go
@@ -84,8 +84,8 @@ func (w *userWatcher) Run() {
84
wp.StopWait()
85
}
86
87
-// Init initializes the watcher for later execution.
88
-func (w *userWatcher) Init(ctx context.Context, config *watcher.Config) error {
+// Initialize initializes the watcher for later execution.
+func (w *userWatcher) Initialize(ctx context.Context, config *watcher.Config) error {
89
w.store = config.Store
90
w.maxWorkers = config.UserWatcherMaxWorkers
91
return nil
0 commit comments