Skip to content

Commit

Permalink
checkoutservice: add code stubs, TODO implement
Browse files Browse the repository at this point in the history
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
  • Loading branch information
ahmetb committed Jun 21, 2018
1 parent af9db7b commit 164e52f
Show file tree
Hide file tree
Showing 4 changed files with 2,471 additions and 0 deletions.
2 changes: 2 additions & 0 deletions .gitignore
Original file line number Diff line number Diff line change
@@ -1,3 +1,5 @@
bin/
pkg/
.DS_Store
*.pyc
*.swp
Expand Down
6 changes: 6 additions & 0 deletions src/checkoutservice/genproto.sh
Original file line number Diff line number Diff line change
@@ -0,0 +1,6 @@
#!/bin/bash -e

PATH=$PATH:$GOPATH/bin
protodir=../../pb

protoc --go_out=plugins=grpc:genproto -I $protodir $protodir/demo.proto
Loading

0 comments on commit 164e52f

Please sign in to comment.