Skip to content

Commit

Permalink
Merge pull request #180 from gengo/cleanup/unify-abe
Browse files Browse the repository at this point in the history
Simplify example services
  • Loading branch information
yugui authored Jun 13, 2016
2 parents 90a540e + 7aec59c commit 171d704
Show file tree
Hide file tree
Showing 15 changed files with 802 additions and 766 deletions.
3 changes: 2 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,10 @@ RUNTIME_GO=$(RUNTIME_PROTO:.proto=.pb.go)

PKGMAP=Mgoogle/protobuf/descriptor.proto=$(GO_PLUGIN_PKG)/descriptor,Mgoogle/api/annotations.proto=$(PKG)/$(GOOGLEAPIS_DIR)/google/api,Mexamples/sub/message.proto=$(PKG)/examples/sub
SWAGGER_EXAMPLES=examples/examplepb/echo_service.proto \
examples/examplepb/streamless_everything.proto
examples/examplepb/a_bit_of_everything.proto
EXAMPLES=examples/examplepb/echo_service.proto \
examples/examplepb/a_bit_of_everything.proto \
examples/examplepb/stream.proto \
examples/examplepb/flow_combination.proto
EXAMPLE_SVCSRCS=$(EXAMPLES:.proto=.pb.go)
EXAMPLE_GWSRCS=$(EXAMPLES:.proto=.pb.gw.go)
Expand Down
399 changes: 101 additions & 298 deletions examples/examplepb/a_bit_of_everything.pb.go

Large diffs are not rendered by default.

203 changes: 2 additions & 201 deletions examples/examplepb/a_bit_of_everything.pb.gw.go

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

Loading

0 comments on commit 171d704

Please sign in to comment.