fix:修复demo配置不正确问题 #284
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/normal/main.go#L18
should have a package comment
|
examples/configuration/fallback/main.go#L18
should have a package comment
|
plugin/loadbalancer/common/half_open.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
|
pkg/stat/plugin/plug.go#L29
type name will be used as plugin.PluginAPI by other packages, and that stutters; consider calling this API
|
plugin/location/location.go#L35
type name will be used as location.LocationPlugin by other packages, and that stutters; consider calling this Plugin
|
pkg/model/pb/metric/v2/code.go#L22
exported type Code should have comment or be unexported
|
plugin/location/local/local.go#L36
exported function New should have comment or be unexported
|
pkg/stat/loadbalance/lb.go#L18
should have a package comment
|
This job succeeded
Loading