Skip to content

Commit

Permalink
Phase 1 to add the server interceptor
Browse files Browse the repository at this point in the history
  • Loading branch information
iamqizhao committed Apr 18, 2016
1 parent dec33ed commit 61e92ea
Show file tree
Hide file tree
Showing 13 changed files with 414 additions and 278 deletions.
143 changes: 73 additions & 70 deletions benchmark/grpc_testing/test.pb.go

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

49 changes: 29 additions & 20 deletions examples/helloworld/helloworld/helloworld.pb.go

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

1 change: 0 additions & 1 deletion examples/helloworld/helloworld/helloworld.proto
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,6 @@ syntax = "proto3";
option java_multiple_files = true;
option java_package = "io.grpc.examples.helloworld";
option java_outer_classname = "HelloWorldProto";
option objc_class_prefix = "HLW";

package helloworld;

Expand Down
Loading

0 comments on commit 61e92ea

Please sign in to comment.