Skip to content

Commit

Permalink
feat: ttheader streaming (#73)
Browse files Browse the repository at this point in the history
  • Loading branch information
joway authored Dec 2, 2024
1 parent 8811091 commit cbf7440
Show file tree
Hide file tree
Showing 45 changed files with 1,988 additions and 1,213 deletions.
1 change: 1 addition & 0 deletions codec/protobuf/echo-grpc.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ service Echo {
// === streaming ===
//----------------------service-------------------
service SEcho {
// bidirectional
rpc echo (stream Request) returns (stream Response) {
}
}
1 change: 1 addition & 0 deletions codec/protobuf/echo-kitex.proto
Original file line number Diff line number Diff line change
Expand Up @@ -23,6 +23,7 @@ service Echo {
// === streaming ===
//----------------------service-------------------
service SEcho {
// bidirectional
rpc echo (stream Request) returns (stream Response) {
}
}
10 changes: 5 additions & 5 deletions codec/protobuf/grpc_gen/echo-grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

132 changes: 69 additions & 63 deletions codec/protobuf/grpc_gen/echo-grpc_grpc.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

23 changes: 14 additions & 9 deletions codec/protobuf/kitex_gen/echo/echo-kitex.pb.fast.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

6 changes: 3 additions & 3 deletions codec/protobuf/kitex_gen/echo/echo-kitex.pb.go

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading

0 comments on commit cbf7440

Please sign in to comment.