Skip to content

Commit 171d704

Browse files
authored
Merge pull request #180 from gengo/cleanup/unify-abe
Simplify example services
2 parents 90a540e + 7aec59c commit 171d704

15 files changed

+802
-766
lines changed

Makefile

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -46,9 +46,10 @@ RUNTIME_GO=$(RUNTIME_PROTO:.proto=.pb.go)
4646

4747
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
4848
SWAGGER_EXAMPLES=examples/examplepb/echo_service.proto \
49-
examples/examplepb/streamless_everything.proto
49+
examples/examplepb/a_bit_of_everything.proto
5050
EXAMPLES=examples/examplepb/echo_service.proto \
5151
examples/examplepb/a_bit_of_everything.proto \
52+
examples/examplepb/stream.proto \
5253
examples/examplepb/flow_combination.proto
5354
EXAMPLE_SVCSRCS=$(EXAMPLES:.proto=.pb.go)
5455
EXAMPLE_GWSRCS=$(EXAMPLES:.proto=.pb.gw.go)

examples/examplepb/a_bit_of_everything.pb.go

Lines changed: 101 additions & 298 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

examples/examplepb/a_bit_of_everything.pb.gw.go

Lines changed: 2 additions & 201 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)