Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add a register, so that the gRPC service can be invoked in-process to provide a HTTP server. #947

Merged
merged 14 commits into from
Aug 28, 2019
Merged
2,246 changes: 1,820 additions & 426 deletions examples/proto/examplepb/a_bit_of_everything.pb.gw.go

Large diffs are not rendered by default.

398 changes: 398 additions & 0 deletions examples/proto/examplepb/echo_service.pb.gw.go

Large diffs are not rendered by default.

830 changes: 776 additions & 54 deletions examples/proto/examplepb/flow_combination.pb.gw.go

Large diffs are not rendered by default.

149 changes: 149 additions & 0 deletions examples/proto/examplepb/response_body_service.pb.gw.go

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

29 changes: 29 additions & 0 deletions examples/proto/examplepb/stream.pb.gw.go

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

Loading