修复分布式限流场景下rpc连接泄漏的问题 #322
Annotations
10 warnings
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:
pkg/model/pb/metric/v2/code.go#L18
should have a package comment
|
Run Revive Action:
pkg/model/pb/metric/code.go#L18
should have a package comment
|
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/circuitbreaker/interface/consumer/main.go#L75
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
benchmark/benchsimple/main.go#L71
var maxQps should be maxQPS
|
Run Revive Action:
examples/configuration/group/main.go#L18
should have a package comment
|
Run Revive Action:
pkg/plugin/loadbalancer/util.go#L25
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action:
examples/mock/main.go#L1
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
Run Revive Action:
examples/quickstart/consumer/main.go#L74
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Loading