fix:push上报模式支持自动注销 #280
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/activehealthcheck/main.go#L18
should have a package comment
|
pkg/clock/clock.go#L77
exported function CurrentMillis should have comment or be unexported
|
pkg/model/pb/metric/code.go#L28
exported const ExecuteSuccess should have comment (or a comment on this block) or be unexported
|
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
|
plugin/circuitbreaker/composite/trigger/err_rate.go#L53
exported type ErrRateCounter 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
|
pkg/stat/plugin/plug.go#L29
type name will be used as plugin.PluginAPI by other packages, and that stutters; consider calling this API
|
pkg/plugin/servicerouter/proxy.go#L18
should have a package comment
|
examples/quickstart/consumer/main.go#L18
should have a package comment
|
This job succeeded
Loading