Skip to content

Commit

Permalink
add volume_map into protobuf
Browse files Browse the repository at this point in the history
  • Loading branch information
zc committed Dec 19, 2019
1 parent 994cb02 commit 613bdbb
Show file tree
Hide file tree
Showing 4 changed files with 307 additions and 261 deletions.
1 change: 0 additions & 1 deletion Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,6 @@ GO_LDFLAGS ?= -s -X $(REPO_PATH)/versioninfo.REVISION=$(REVISION) \

grpc:
cd ./rpc/gen/; protoc --go_out=plugins=grpc:. core.proto
cd ./rpc/gen/; python3 -m grpc_tools.protoc -I. --python_out=. --grpc_python_out=. core.proto;

deps:
env GO111MODULE=on go mod download
Expand Down
Binary file added rpc/gen/.core.proto.swp
Binary file not shown.
Loading

0 comments on commit 613bdbb

Please sign in to comment.