We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 0bbab42 commit 9e57291Copy full SHA for 9e57291
1 file changed
v4/registry/consul/watcher.go
@@ -47,7 +47,7 @@ func newConsulWatcher(cr *consulRegistry, opts ...registry.WatchOption) (registr
47
return nil, err
48
}
49
50
- wp.Handler = cw.handle
+ wp.Handler = cw.serviceHandler
51
go wp.RunWithClientAndHclog(cr.Client(), wp.Logger)
52
cw.wp = wp
53
0 commit comments