use interface for ReadResultFd #205
Annotations
5 errors and 2 warnings
Build:
fuse/server_linux.go#L23
cannot use req.fdData (type ReadResultWithFd) as type func(uintptr, int64, int) ReadResult in argument to ms.trySplice
|
Build:
fuse/splice_linux.go#L31
ReadResultFd is not a type
|
Build:
fuse/splice_linux.go#L41
fdData.Size undefined (type func(uintptr, int64, int) ReadResult has no field or method Size)
|
Build:
fuse/splice_linux.go#L59
fdData.ReadFd undefined (type func(uintptr, int64, int) ReadResult has no field or method ReadFd)
|
Build
Process completed with exit code 2.
|
The following actions uses node12 which is deprecated and will be forced to run on node16: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2023-06-13-github-actions-all-actions-will-run-on-node16-instead-of-node12-by-default/
|
The following actions use a deprecated Node.js version and will be forced to run on node20: actions/setup-go@v2, actions/checkout@v2. For more info: https://github.blog/changelog/2024-03-07-github-actions-all-actions-will-run-on-node20-instead-of-node16-by-default/
|
Loading