dcache/check.sh
Aravinth Manivannan 70ef43b720
Some checks failed
ci/woodpecker/push/woodpecker Pipeline failed
feat: use protobuf for RPC
2023-12-26 14:58:55 +05:30

10 lines
191 B
Bash
Executable file

#!/bin/bash
protoc \
--proto_path=${PWD}/proto \
--proto_path=${PWD}/bufbuild \
--go_out=${PWD} \
--go-grpc_out=${PWD} \
--validate_out="lang=rust:${PWD}" \
${PWD}/proto/dcache/dcache.proto