Skip to content

Commit

Permalink
Merge pull request #24 from beautiful-store/221202
Browse files Browse the repository at this point in the history
#221202
  • Loading branch information
chaoskwon authored Dec 2, 2022
2 parents 3ac4883 + 4c75b69 commit dfceafb
Show file tree
Hide file tree
Showing 3 changed files with 39 additions and 116 deletions.
132 changes: 29 additions & 103 deletions test/stream/server.pb.go

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

15 changes: 9 additions & 6 deletions test/stream/server.pb.gw.go

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

8 changes: 1 addition & 7 deletions test/stream/server.proto
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@ service StreamService {
}
rpc GetURL(GetURLRequest) returns (stream GetURLResponse) {
option (google.api.http) = {
post: "/test/stream"
body: "url"
get: "/test/stream"
};
}
}
Expand All @@ -34,9 +33,4 @@ message GetFileResponse {

message GetURLResponse {
bytes content = 1;
Url url = 2;
}

message Url {
string gif_url = 1;
}

0 comments on commit dfceafb

Please sign in to comment.