backport: 1.5.x [动态配置]修复config_flow递归加读锁导致的死锁问题 (#212) #290
Annotations
11 warnings
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/
|
pkg/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
pkg/model/pb/metric/code.go#L18
should have a package comment
|
pkg/plugin/loadbalancer/util.go#L25
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
pkg/plugin/location/location.go#L27
exported const ProviderName should have comment (or a comment on this block) or be unexported
|
pkg/plugin/location/proxy.go#L26
exported type Proxy should have comment or be unexported
|
pkg/plugin/register/plugins.go#L21
a blank import should be only in a main or test package, or have a comment justifying it
|
pkg/plugin/metrics/proxy.go#L18
should have a package comment
|
plugin/weightadjuster/ratedelay/ratedelay.go#L58
parameter 'service' seems to be unused, consider removing or renaming it as _
|
test/common/constant.go#L21
exported const ConsumerSuitServerPort should have comment (or a comment on this block) or be unexported
|
plugin/location/local/local.go#L35
exported function New should have comment or be unexported
|
This job succeeded
Loading