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/
|
api_config.go#L122
comment on exported function NewConfigGroupAPIByFile should be of the form "NewConfigGroupAPIByFile ..."
|
api_config.go#L111
comment on exported function NewConfigGroupAPIByConfig should be of the form "NewConfigGroupAPIByConfig ..."
|
plugin/circuitbreaker/common/half_open.go#L135
exported const ToClose should have comment (or a comment on this block) or be unexported
|
api_config.go#L133
comment on exported function NewConfigGroupAPIByContext should be of the form "NewConfigGroupAPIByContext ..."
|
plugin/configfilter/crypto/rsa/rsa.go#L30
type name will be used as rsa.RSAKey by other packages, and that stutters; consider calling this Key
|
plugin/loadbalancer/common/half_open.go#L18
should have a package comment
|
test/ratelimit/mock_server.go#L32
comment on exported const OperationInit should be of the form "OperationInit ..."
|
examples/watch/instance/notify/main.go#L76
exported type TestListener should have comment or be unexported
|
test/ratelimit/remote_normal_suite.go#L35
comment on exported type RemoteNormalTestingSuite should be of the form "RemoteNormalTestingSuite ..." (with optional leading article)
|
test/ratelimit/window_expire_suite.go#L31
comment on exported type WindowExpireTestingSuite should be of the form "WindowExpireTestingSuite ..." (with optional leading article)
|
This job succeeded
Loading