fix:修复监控数据上报无法清理数据问题 #278
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/configuration/crud/main.go#L18
should have a package comment
|
pkg/stat/loadbalance/lb.go#L27
type name will be used as loadbalance.LoadBalanceGauge by other packages, and that stutters; consider calling this Gauge
|
pkg/plugin/weightadjuster/proxy.go#L18
should have a package comment
|
examples/configuration/encrypt/main.go#L18
should have a package comment
|
pkg/plugin/servicerouter/servicerouter.go#L30
exported type FailOverType should have comment or be unexported
|
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
examples/configuration/group/main.go#L18
should have a package comment
|
pkg/clock/clock.go#L77
exported function CurrentMillis should have comment or be unexported
|
pkg/stat/loadbalance/lb.go#L18
should have a package comment
|
pkg/plugin/servicerouter/servicerouter.go#L34
exported const FailOverAll should have comment (or a comment on this block) or be unexported
|
This job succeeded
Loading