fix leak for watch #326
Annotations
10 warnings
Run Revive Action:
examples/circuitbreaker/instance/consumer/main.go#L100
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/quickstart/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
pkg/flow/startup/server_service.go#L56
parameter 'taskKey' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/circuitbreaker/instance/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/route/dynamic/provider/main.go#L123
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
pkg/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
Run Revive Action:
examples/configuration/group/main.go#L18
should have a package comment
|
Run Revive Action:
examples/route/nearby/provider/main.go#L132
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/activehealthcheck/main.go#L129
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/configuration/fallback/main.go#L18
should have a package comment
|
Loading