Skip to content

Commit

Permalink
remove hello world
Browse files Browse the repository at this point in the history
  • Loading branch information
Pritesh-Patel committed Oct 8, 2019
1 parent 79c3ae4 commit 6fb5310
Show file tree
Hide file tree
Showing 12 changed files with 0 additions and 468 deletions.
3 changes: 0 additions & 3 deletions example/hello-world/hello-world-idl/Makefile
Expand Up @@ -31,20 +31,17 @@ generate: generate-grpc generate-web generate-http
generate-grpc:
mkdir -p gen/go
protoc ${PROTO_SOURCES} --go_out=plugins=grpc,paths=source_relative:proto ./proto/health/*.proto
protoc ${PROTO_SOURCES} --go_out=plugins=grpc,paths=source_relative:proto ./proto/helloworld/*.proto
cp -f -rv proto/proto/* gen/go
rm -rf proto/proto
generate-web:
mkdir -p gen/web
protoc ${PROTO_SOURCES} --grpc-web_out=import_style=typescript,mode=grpcwebtext:proto ./proto/health/*.proto
protoc ${PROTO_SOURCES} --grpc-web_out=import_style=typescript,mode=grpcwebtext:proto ./proto/helloworld/*.proto
cp -f -rv proto/proto/* gen/web
cp -f -rv proto/Proto/* gen/web
rm -rf proto/proto proto/Proto
generate-http:
mkdir -p gen/go
protoc ${PROTO_SOURCES} --grpc-gateway_out=logtostderr=true,paths=source_relative:proto --swagger_out=logtostderr=true:proto ./proto/health/*.proto
protoc ${PROTO_SOURCES} --grpc-gateway_out=logtostderr=true,paths=source_relative:proto --swagger_out=logtostderr=true:proto ./proto/helloworld/*.proto
cp -f -rv proto/proto/* gen/go
rm -rf proto/proto

119 changes: 0 additions & 119 deletions example/hello-world/hello-world-idl/gen/go/helloworld/helloworld.pb.go

This file was deleted.

This file was deleted.

This file was deleted.

0 comments on commit 6fb5310

Please sign in to comment.