fix:修复监控数据上报丢失方法 #146
Annotations
11 warnings
The following actions uses Node.js version which is deprecated 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/
|
examples/circuitbreak/provider/main.go#L42
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
examples/circuitbreak/provider/main.go#L18
should have a package comment
|
examples/ratelimit/consumer/main.go#L18
should have a package comment
|
test/client_test.go#L100
should not use basic type untyped string as key in context.WithValue
|
examples/ratelimit/provider/main.go#L18
should have a package comment
|
examples/circuitbreak/consumer/main.go#L18
should have a package comment
|
test/server_test.go#L45
parameter 'c' seems to be unused, consider removing or renaming it as _
|
examples/ratelimit/provider/main.go#L39
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
test/client_test.go#L55
parameter 'c' seems to be unused, consider removing or renaming it as _
|
test/tools/tools_vet.go#L18
should have a package comment
|
This job succeeded
Loading