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/fallback/main.go#L18
should have a package comment
|
examples/watch/service/notify/main.go#L44
exported type TestListener should have comment or be unexported
|
examples/watch/service/longpull/main.go#L52
should omit type uint64 from declaration of var index; it will be inferred from the right-hand side
|
examples/watchinstance/main.go#L18
should have a package comment
|
examples/watch/service/notify/main.go#L48
comment on exported method TestListener.OnServicesUpdate should be of the form "OnServicesUpdate ..."
|
examples/configuration/group/main.go#L18
should have a package comment
|
pkg/plugin/healthcheck/healthcheck.go#L78
comment on exported method DetectResultImp.GetCode should be of the form "GetCode ..."
|
examples/mock/main.go#L69
invalid file examples/mock/main.go: examples/mock/main.go:69:13: expected ';', found 0 (and 1 more errors)
|
pkg/plugin/common/plugin.go#L18
should have a package comment
|
examples/circuitbreaker/interface/consumer/main.go#L18
should have a package comment
|
This job succeeded
Loading