fix:修复监控数据上报无法清理数据问题 (#209) #279
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/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
examples/configuration/encrypt/main.go#L18
should have a package comment
|
pkg/model/local/value.go#L18
should have a package comment
|
pkg/model/pb/metric/v2/code.go#L18
should have a package comment
|
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
plugin/location/location.go#L35
type name will be used as location.LocationPlugin by other packages, and that stutters; consider calling this Plugin
|
pkg/plugin/common/plugin.go#L18
should have a package comment
|
examples/quickstart/consumer/main.go#L58
parameter 'r' seems to be unused, consider removing or renaming it as _
|
plugin/loadbalancer/hash/config.go#L18
should have a package comment
|
This job succeeded
Loading