fix:修复demo中缺失import问题 #18
Annotations
66 warnings
Run Revive Action (1.18.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.18.x):
examples/circuitbreaker/instance/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/circuitbreaker/interface/provider/main.go#L72
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/circuitbreaker/interface/consumer/main.go#L75
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/circuitbreaker/instance/consumer/main.go#L100
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/activehealthcheck/main.go#L129
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/circuitbreaker/interface/consumer/main.go#L95
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
Run Revive Action (1.18.x):
examples/quickstart/consumer/main.go#L74
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
pkg/flow/startup/server_service.go#L56
parameter 'taskKey' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.18.x):
examples/quickstart/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.15.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.15.x):
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
Run Revive Action (1.15.x):
pkg/flow/configuration/local_cache.go#L74
redundant if ...; err != nil check, just return error instead.
|
Run Revive Action (1.15.x):
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 (1.15.x):
pkg/model/pb/routing.go#L59
redundant if ...; err != nil check, just return error instead.
|
Run Revive Action (1.15.x):
pkg/model/pb/metric/code.go#L18
should have a package comment
|
Run Revive Action (1.15.x):
pkg/plugin/loadbalancer/util.go#L25
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.15.x):
pkg/plugin/loadbalancer/loadbalancer.go#L18
should have a package comment
|
Run Revive Action (1.15.x):
pkg/plugin/weightadjuster/proxy.go#L18
should have a package comment
|
Run Revive Action (1.15.x):
pkg/plugin/metrics/proxy.go#L18
should have a package comment
|
Run Revive Action (1.15.x):
plugin/loadbalancer/hash/config.go#L18
should have a package comment
|
Run Revive Action (1.19.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.19.x):
pkg/plugin/location/location.go#L18
should have a package comment
|
Run Revive Action (1.19.x):
pkg/plugin/metrics/proxy.go#L18
should have a package comment
|
Run Revive Action (1.19.x):
plugin/loadbalancer/weightedrandom/wr.go#L65
parameter 'ignoreHalfOpen' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.19.x):
pkg/plugin/location/proxy.go#L26
exported type Proxy should have comment or be unexported
|
Run Revive Action (1.19.x):
plugin/location/local/local.go#L18
should have a package comment
|
Run Revive Action (1.19.x):
plugin/loadbalancer/weightedrandom/wr.go#L18
should have a package comment
|
Run Revive Action (1.19.x):
plugin/weightadjuster/ratedelay/ratedelay.go#L58
parameter 'service' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.19.x):
plugin/location/local/local.go#L36
exported function New should have comment or be unexported
|
Run Revive Action (1.19.x):
plugin/weightadjuster/ratedelay/ratedelay.go#L18
should have a package comment
|
Run Revive Action (1.19.x):
test/common/constant.go#L18
should have a package comment
|
Run Revive Action (1.17.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.17.x):
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
Run Revive Action (1.17.x):
api.go#L134
exported type GetConfigFileRequest should have comment or be unexported
|
Run Revive Action (1.17.x):
api.go#L162
exported type CircuitBreakerAPI should have comment or be unexported
|
Run Revive Action (1.17.x):
api_config.go#L127
comment on exported function NewConfigGroupAPIByFile should be of the form "NewConfigGroupAPIByFile ..."
|
Run Revive Action (1.17.x):
api_config.go#L116
comment on exported function NewConfigGroupAPIByConfig should be of the form "NewConfigGroupAPIByConfig ..."
|
Run Revive Action (1.17.x):
pkg/plugin/metrics/proxy.go#L18
should have a package comment
|
Run Revive Action (1.17.x):
test/common/constant.go#L41
exported var ServerSwitchSuitServerPort should have comment or be unexported
|
Run Revive Action (1.17.x):
api_config.go#L138
comment on exported function NewConfigGroupAPIByContext should be of the form "NewConfigGroupAPIByContext ..."
|
Run Revive Action (1.17.x):
test/common/constant.go#L21
exported const ConsumerSuitServerPort should have comment (or a comment on this block) or be unexported
|
Run Revive Action (1.17.x):
test/tools/tools_vet.go#L18
should have a package comment
|
Run Revive Action (1.20.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.20.x):
examples/circuitbreaker/interface/provider/main.go#L72
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/circuitbreaker/interface/consumer/main.go#L75
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
benchmark/benchmain/main.go#L325
parameter 'pos' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/circuitbreaker/instance/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/circuitbreaker/instance/consumer/main.go#L100
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/activehealthcheck/main.go#L129
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
Run Revive Action (1.20.x):
examples/quickstart/provider/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/quickstart/consumer/main.go#L74
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.20.x):
examples/route/nearby/consumer/main.go#L73
parameter 'r' seems to be unused, consider removing or renaming it as _
|
Run Revive Action (1.16.x)
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v3, actions/checkout@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Run Revive Action (1.16.x):
examples/watch/service/notify/main.go#L48
comment on exported method TestListener.OnServicesUpdate should be of the form "OnServicesUpdate ..."
|
Run Revive Action (1.16.x):
examples/watch/service/notify/main.go#L44
exported type TestListener should have comment or be unexported
|
Run Revive Action (1.16.x):
examples/watch/service/longpull/main.go#L18
should have a package comment
|
Run Revive Action (1.16.x):
examples/watch/service/notify/main.go#L18
should have a package comment
|
Run Revive Action (1.16.x):
benchmark/benchmain/main.go#L18
should have a package comment
|
Run Revive Action (1.16.x):
examples/watchinstance/main.go#L18
should have a package comment
|
Run Revive Action (1.16.x):
pkg/algorithm/hash/base.go#L32
type name will be used as hash.HashFuncWithSeed by other packages, and that stutters; consider calling this FuncWithSeed
|
Run Revive Action (1.16.x):
benchmark/benchsimple/main.go#L89
comment on exported type Durations should be of the form "Durations ..." (with optional leading article)
|
Run Revive Action (1.16.x):
test/util/namesuite.go#L18
should have a package comment
|
Run Revive Action (1.16.x):
test/subscribe/subscribe_suit.go#L18
should have a package comment
|