add query properties, add pb deps, fix pb target

Signed-off-by: Jörn Friedrich Dreyer <jfd@butonic.de>
This commit is contained in:
Jörn Friedrich Dreyer
2020-05-06 18:08:21 +02:00
parent 34c2526473
commit 3b6951cc80
10 changed files with 2078 additions and 521 deletions
+2 -2
View File
@@ -5,7 +5,7 @@ BIN := bin
DIST := dist
HUGO := hugo
PROTO_VERSION := v0
PROTO_SRC := pkg/proto/$(PROTO_VERSION)/*.proto
PROTO_SRC := pkg/proto/$(PROTO_VERSION)
ifeq ($(OS), Windows_NT)
EXECUTABLE := $(NAME).exe
@@ -158,4 +158,4 @@ watch:
.PHONY: pb
pb:
protoc --go_out=. --micro_out=. $(PROTO_SRC)
protoc -I=$(PROTO_SRC) -I=third_party --go_out=. --micro_out=. $(PROTO_SRC)/*.proto