Implement transport.LogRequests() #18
Annotations
4 errors and 1 warning
unit-tests:
transport_test.go#L28
cannot use LogRequests (value of type func(opts LogOptions) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
|
unit-tests:
transport_test.go#L67
cannot use LogRequests (value of type func(opts LogOptions) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
|
unit-tests:
transport_test.go#L107
cannot use LogRequests (value of type func(opts LogOptions) func(next http.RoundTripper) http.RoundTripper) as func(http.RoundTripper) http.RoundTripper value in argument to Chain
|
unit-tests
Process completed with exit code 1.
|
unit-tests
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v4. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|