Skip to content

Commit

Permalink
Merge pull request #16 from beautiful-store/221130
Browse files Browse the repository at this point in the history
#221130 stream
  • Loading branch information
chaoskwon authored Nov 30, 2022
2 parents 800cbd7 + cf3aac8 commit e48d6aa
Show file tree
Hide file tree
Showing 3 changed files with 60 additions and 33 deletions.
10 changes: 5 additions & 5 deletions v0/chaos/serverstream.pb.go

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

2 changes: 1 addition & 1 deletion v0/chaos/serverstream.proto
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ package v0.chaos;
option go_package = "github.com/grpc/v0/chaos";

service StreamService {
rpc GetFile(GetFileRequest) returns (GetFileResponse) {}
rpc GetFile(GetFileRequest) returns (stream GetFileResponse) {}
}

message GetFileRequest {
Expand Down
81 changes: 54 additions & 27 deletions v0/chaos/serverstream_grpc.pb.go

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

0 comments on commit e48d6aa

Please sign in to comment.