feat(codec): add bufiox interfaces and spilit ttheader codec codes #131
Annotations
5 errors and 1 warning
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to NewSkipDecoder: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as bufiox.Reader value in argument to r.Reset: *remoteByteBufferImplForT does not implement bufiox.Reader (missing method Next)
|
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as bufiox.Reader value in argument to r.Reset: *bytes.Reader does not implement bufiox.Reader (missing method Next)
|
|
The following actions uses Node.js version which is deprecated and will be forced to run on node20: actions/checkout@v3, actions/setup-go@v3. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
This job failed
Loading