We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dca4b52 commit aea6ad3Copy full SHA for aea6ad3
scripts/generate_protos.sh
@@ -1,7 +1,7 @@
1
set -e
2
DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" &> /dev/null && pwd )"
3
pushd "$DIR/../models"
4
-protoc --proto_path=../../vendor:../../vendor/github.com/golang/protobuf/ptypes/duration/:. \
+protoc --proto_path=../../vendor:../../vendor/google.golang.org/protobuf/types/known/durationpb/:. \
5
--go_out=. --go_opt=paths=source_relative \
6
--go-grpc_out=. --go-grpc_opt=paths=source_relative \
7
./*.proto
0 commit comments