Skip to content
This repository was archived by the owner on Aug 26, 2024. It is now read-only.

Commit 5709c72

Browse files
committed
Adding grpc generate packages by protoc-go-gen
1 parent 8e8b0b1 commit 5709c72

5 files changed

+1985
-0
lines changed

Makefile

+1
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@ compile:
22
echo "Compile protobuffers for Golang... \n";
33
protoc -I=protofiles \
44
--go_out=proto \
5+
--go-grpc_out=proto \
56
protofiles/*.proto
67

78
echo "Compile {Websocket} protobuffers for JavaScript... \n";

proto/grpc.auth_grpc.pb.go

+169
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)