fix:修复api目录下的RegisterInstance没有设置AutoHeartbeat (#207) #277
Annotations
11 warnings
Node.js 16 actions are deprecated. Please update the following actions to use Node.js 20: actions/setup-go@v3, actions/checkout@v3. For more information see: https://github.blog/changelog/2023-09-22-github-actions-transitioning-from-node-16-to-node-20/.
|
examples/configuration/encrypt/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
|
pkg/algorithm/rand/scalable_rand_test.go#L51
parameter 't' seems to be unused, consider removing or renaming it as _
|
pkg/model/pb/metric/v2/code.go#L18
should have a package comment
|
examples/configuration/normal/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
|
examples/circuitbreaker/interface/consumer/main.go#L18
should have a package comment
|
pkg/stat/plugin/plug.go#L29
type name will be used as plugin.PluginAPI by other packages, and that stutters; consider calling this API
|
examples/circuitbreaker/instance/consumer/main.go#L18
should have a package comment
|
plugin/configfilter/crypto/crypto.go#L46
type name will be used as crypto.CryptoFilter by other packages, and that stutters; consider calling this Filter
|
This job succeeded
Loading