Large file file download: a response with a stream of chunks.
(ctx context.Context, in *FileDownReq, opts ...grpc.CallOption)
| 28 | LargeFileReceive(ctx context.Context, opts ...grpc.CallOption) (Node_LargeFileReceiveClient, error) |
| 29 | // Large file file download: a response with a stream of chunks. |
| 30 | LargeFileServe(ctx context.Context, in *FileDownReq, opts ...grpc.CallOption) (Node_LargeFileServeClient, error) |
| 31 | } |
| 32 | |
| 33 | type nodeClient struct { |
no outgoing calls
no test coverage detected