Skip to content

Add public accessors for request pattern and method #49

Add public accessors for request pattern and method

Add public accessors for request pattern and method #49

Triggered via pull request September 23, 2024 10:31
Status Failure
Total duration 1m 21s
Artifacts

actions.yaml

on: pull_request
Matrix: test
Fit to window
Zoom out
Zoom in

Annotations

17 errors and 1 warning
test (1.17.x, ubuntu-latest)
Process completed with exit code 1.
test (1.17.x, ubuntu-latest): buffer.go#L17
exported type StreamerWriter should have comment or be unexported
test (1.17.x, ubuntu-latest): client.go#L61
func HttpService should be HTTPService
test (1.17.x, ubuntu-latest): http.go#L106
func HttpHandler should be HTTPHandler
test (1.17.x, ubuntu-latest): response_test.go#L280
should replace v.closed += 1 with v.closed++
test (1.17.x, ubuntu-latest): response_writer.go#L9
exported type ResponseWriter should have comment or be unexported
test (1.17.x, ubuntu-latest): server.go#L16
exported type Server should have comment or be unexported
test (1.17.x, ubuntu-latest): server.go#L111
exported function Listen should have comment or be unexported
test (1.18.x, ubuntu-latest)
The job was canceled because "_1_17_x_ubuntu-latest" failed.
test (1.18.x, ubuntu-latest)
Process completed with exit code 1.
test (1.18.x, ubuntu-latest): buffer.go#L17
exported type StreamerWriter should have comment or be unexported
test (1.18.x, ubuntu-latest): client.go#L61
func HttpService should be HTTPService
test (1.18.x, ubuntu-latest): http.go#L106
func HttpHandler should be HTTPHandler
test (1.18.x, ubuntu-latest): response_test.go#L280
should replace v.closed += 1 with v.closed++
test (1.18.x, ubuntu-latest): response_writer.go#L9
exported type ResponseWriter should have comment or be unexported
test (1.18.x, ubuntu-latest): server.go#L16
exported type Server should have comment or be unexported
test (1.18.x, ubuntu-latest): server.go#L111
exported function Listen should have comment or be unexported
test (1.17.x, ubuntu-latest)
The following actions use a deprecated Node.js version 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/