fix:[动态配置]修复config_flow递归加读锁导致的死锁问题 (#212) (#215) #292
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/plugin/loadbalancer/loadbalancer.go#L18
should have a package comment
|
plugin/loadbalancer/hash/config.go#L18
should have a package comment
|
plugin/loadbalancer/common/half_open.go#L18
should have a package comment
|
plugin/loadbalancer/weightedrandom/wr.go#L18
should have a package comment
|
plugin/loadbalancer/weightedrandom/wr.go#L65
parameter 'ignoreHalfOpen' seems to be unused, consider removing or renaming it as _
|
plugin/location/local/local.go#L18
should have a package comment
|
plugin/location/local/local.go#L35
exported function New should have comment or be unexported
|
plugin/servicerouter/filteronly/router.go#L68
parameter 'clusters' seems to be unused, consider removing or renaming it as _
|
plugin/servicerouter/filteronly/router.go#L68
parameter 'routeInfo' seems to be unused, consider removing or renaming it as _
|
pkg/flow/detect/ticker.go#L111
context.Context should be the first parameter of a function
|
This job succeeded
Loading