refactor: simplify BatchError (#4292)

This commit is contained in:
Kevin Wan
2024-08-03 13:57:41 +08:00
committed by GitHub
parent c6348b9855
commit dedba17219
6 changed files with 69 additions and 38 deletions

View File

@@ -62,4 +62,4 @@ service Test_Service {
rpc ClientStream (stream Req) returns (Reply);
// stream
rpc Stream(stream Req) returns (stream Reply);
}
}