frontend: initial prototype

Signed-off-by: Ahmet Alp Balkan <ahmetb@google.com>
This commit is contained in:
Ahmet Alp Balkan 2018-06-24 20:24:01 -07:00
parent 3262ff82b0
commit f734e96733
4 changed files with 2557 additions and 0 deletions

6
src/frontend/genproto.sh Executable file
View 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