separate plugin impl and proto files

This commit is contained in:
bergquist
2017-09-21 17:02:40 +02:00
parent 0bc5bf53ce
commit a2d47427ba
12 changed files with 11 additions and 24 deletions

View File

@@ -26,3 +26,6 @@ test: test-go test-js
run:
./bin/grafana-server
pbuf:
protoc -I pkg/tsdb/models pkg/tsdb/models/*.proto --go_out=plugins=grpc:pkg/tsdb/models/.