feat(codec): add bufiox interfaces and spilit ttheader codec codes #139
Annotations
5 errors and 1 warning
protocol/thrift/skipdecoder_test.go#L95
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
protocol/thrift/skipdecoder_test.go#L150
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to NewSkipDecoder:
|
protocol/thrift/skipdecoder_test.go#L167
cannot use &remoteByteBufferImplForT{…} (value of type *remoteByteBufferImplForT) as type bufiox.Reader in argument to r.Reset:
|
protocol/thrift/skipdecoder_test.go#L169
cannot use bytes.NewReader(b) (value of type *bytes.Reader) as type bufiox.Reader in argument to r.Reset:
|
|
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