chore: update wRPC #17
Annotations
6 errors
lint:
wrpchttp/incoming_test.go#L162
cannot use bytes.NewReader([]byte(respBody)) (value of type *bytes.Reader) as io.ReadCloser value in struct literal: *bytes.Reader does not implement io.ReadCloser (missing method Close)
|
lint:
wrpchttp/incoming_test.go#L163
cannot use fakeReceiver{…} (value of type fakeReceiver) as wrpc.Receiver[[]*wrpc.Tuple2[string, [][]uint8]] value in struct literal: fakeReceiver does not implement wrpc.Receiver[[]*wrpc.Tuple2[string, [][]uint8]] (missing method Close) (typecheck)
|
lint
issues found
|
build:
wrpchttp/incoming_test.go#L162
cannot use bytes.NewReader([]byte(respBody)) (value of type *bytes.Reader) as io.ReadCloser value in struct literal: *bytes.Reader does not implement io.ReadCloser (missing method Close)
|
build:
wrpchttp/incoming_test.go#L163
cannot use fakeReceiver{…} (value of type fakeReceiver) as wrpc.Receiver[[]*wrpc.Tuple2[string, [][]uint8]] value in struct literal: fakeReceiver does not implement wrpc.Receiver[[]*wrpc.Tuple2[string, [][]uint8]] (missing method Close)
|
build
Process completed with exit code 1.
|