Skip to content

Commit

Permalink
add inspect info to container
Browse files Browse the repository at this point in the history
  • Loading branch information
tonicmuroq committed Jun 22, 2016
1 parent d428c15 commit 5a1b071
Show file tree
Hide file tree
Showing 6 changed files with 133 additions and 98 deletions.
5 changes: 5 additions & 0 deletions Makefile
Original file line number Diff line number Diff line change
@@ -0,0 +1,5 @@
golang:
cd ./rpc/gen/; protoc --go_out=plugins=grpc:. core.proto

python:
cd ./rpc/gen/; protoc -I . --python_out=. --grpc_out=. --plugin=protoc-gen-grpc=`which grpc_python_plugin` core.proto; mv core_pb2.py ../../devtools/
75 changes: 41 additions & 34 deletions devtools/core_pb2.py

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

Loading

0 comments on commit 5a1b071

Please sign in to comment.