Skip to content

Commit

Permalink
Add example service with no bindings to demonstrate bug.
Browse files Browse the repository at this point in the history
  • Loading branch information
tmc committed Jan 4, 2017
1 parent 199c40a commit 3b17c95
Show file tree
Hide file tree
Showing 2 changed files with 146 additions and 76 deletions.
218 changes: 142 additions & 76 deletions examples/examplepb/a_bit_of_everything.pb.go

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

4 changes: 4 additions & 0 deletions examples/examplepb/a_bit_of_everything.proto
Original file line number Diff line number Diff line change
Expand Up @@ -122,3 +122,7 @@ service ABitOfEverythingService {
};
}
}

service AnotherServiceWithNoBindings {
rpc NoBindings(google.protobuf.Empty) returns (google.protobuf.Empty) {}
}

0 comments on commit 3b17c95

Please sign in to comment.