fix:修复路由匹配失败默认转为返回全部实例 (#216) #295
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/util.go#L25
parameter 'ctx' seems to be unused, consider removing or renaming it as _
|
pkg/plugin/loadbalancer/loadbalancer.go#L18
should have a package comment
|
test/tools/tools_vet.go#L18
should have a package comment
|
test/common/constant.go#L21
exported const ConsumerSuitServerPort should have comment (or a comment on this block) or be unexported
|
benchmark/benchmain/main.go#L46
const operationRpcDirect should be operationRPCDirect
|
test/common/constant.go#L41
exported var ServerSwitchSuitServerPort should have comment or be unexported
|
pkg/model/pb/validate.go#L79
func ConvertServerErrorToRpcError should be ConvertServerErrorToRPCError
|
plugin/loadbalancer/hash/config.go#L18
should have a package comment
|
pkg/model/pb/service.go#L428
method GetTtl should be GetTTL
|
plugin/location/local/local.go#L35
exported function New should have comment or be unexported
|
This job succeeded
Loading