Skip to content

Add healthz endpoints #870

Add healthz endpoints

Add healthz endpoints #870

Triggered via pull request October 24, 2023 17:39
Status Failure
Total duration 1m 36s
Artifacts
This run and associated checks have been archived and are scheduled for deletion. Learn more about checks retention

test.yaml

on: pull_request
Test GatewayD Plugins
0s
Test GatewayD Plugins
Fit to window
Zoom out
Zoom in

Annotations

3 errors and 3 warnings
Test GatewayD: api/http_server.go#L38
parameter name 'w' is too short for the scope of its usage (varnamelen)
Test GatewayD: api/healthcheck.go#L37
error returned from external package is unwrapped: sig: func google.golang.org/grpc/status.Error(c google.golang.org/grpc/codes.Code, msg string) error (wrapcheck)
Test GatewayD
issues found
Test GatewayD: api/healthcheck.go#L19
unused-parameter: parameter 'ctx' seems to be unused, consider removing or renaming it as _ (revive)
Test GatewayD: api/healthcheck.go#L34
unused-parameter: parameter 'req' seems to be unused, consider removing or renaming it as _ (revive)
Test GatewayD: api/healthcheck.go#L35
unused-parameter: parameter 'server' seems to be unused, consider removing or renaming it as _ (revive)