frontend: initial prototype
Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
parent
3262ff82b0
commit
f734e96733
4 changed files with 2557 additions and 0 deletions
6
src/frontend/genproto.sh
Executable file
6
src/frontend/genproto.sh
Executable file
|
@ -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…
Add table
Add a link
Reference in a new issue