Skip to content

Commit

Permalink
Documented protoPathIndex. Improved error handling.
Browse files Browse the repository at this point in the history
Also, fixed a few typos and renamed protoPath into protoPathIndex
(as we are not returning the entire path in that method).
  • Loading branch information
ivucica committed May 1, 2016
1 parent 97558d4 commit 081be28
Show file tree
Hide file tree
Showing 6 changed files with 194 additions and 86 deletions.
98 changes: 67 additions & 31 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.

40 changes: 29 additions & 11 deletions examples/examplepb/echo_service.pb.go

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

1 change: 1 addition & 0 deletions examples/examplepb/echo_service.swagger.json
Original file line number Diff line number Diff line change
Expand Up @@ -73,6 +73,7 @@
},
"definitions": {
"examplepbSimpleMessage": {
"type": "object",
"properties": {
"id": {
"type": "string",
Expand Down
66 changes: 45 additions & 21 deletions examples/examplepb/flow_combination.pb.go

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

Loading

0 comments on commit 081be28

Please sign in to comment.