refactor:调整 grpc 部分逻辑实现&补充日志打印 #144
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/routing/provider/main.go#L50
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
examples/quickstart/consumer/main.go#L18
should have a package comment
|
examples/ratelimit/consumer/main.go#L18
should have a package comment
|
examples/routing/provider/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/quickstart/provider/main.go#L41
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
test/server_test.go#L68
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
test/server_test.go#L61
parameter 'c' seems to be unused, consider removing or renaming it as _
|
This job succeeded
Loading