Implement new Codec that uses mem.BufferSlice
instead of []byte
(…
#3517
Annotations
10 errors
Run vet.sh:
internal/status/status.go#L141
redefinition of the built-in type any https://revive.run/r#redefines-builtin-id
|
Run vet.sh:
xds/internal/httpfilter/router/router.go#L57
redefinition of the built-in type any https://revive.run/r#redefines-builtin-id
|
Run vet.sh:
xds/internal/httpfilter/rbac/rbac.go#L144
redefinition of the built-in type any https://revive.run/r#redefines-builtin-id
|
Run vet.sh:
xds/internal/httpfilter/rbac/rbac.go#L159
redefinition of the built-in type any https://revive.run/r#redefines-builtin-id
|
Run vet.sh:
internal/transport/http2_client.go#L1670
if block ends with a continue statement, so drop this else and outdent its block (move short variable declaration to its own line if necessary) https://revive.run/r#superfluous-else
|
Run vet.sh:
internal/stats/metrics_recorder_list.go#L57
exported method MetricsRecorderList.RecordInt64Count should have comment or be unexported https://revive.run/r#exported
|
Run vet.sh:
internal/stats/metrics_recorder_list.go#L65
exported method MetricsRecorderList.RecordFloat64Count should have comment or be unexported https://revive.run/r#exported
|
Run vet.sh:
internal/stats/metrics_recorder_list.go#L73
exported method MetricsRecorderList.RecordInt64Histo should have comment or be unexported https://revive.run/r#exported
|
Run vet.sh:
internal/stats/metrics_recorder_list.go#L81
exported method MetricsRecorderList.RecordFloat64Histo should have comment or be unexported https://revive.run/r#exported
|
Run vet.sh:
internal/stats/metrics_recorder_list.go#L89
exported method MetricsRecorderList.RecordInt64Gauge should have comment or be unexported https://revive.run/r#exported
|
Loading