refactor: re-generate go grpc protobuf (#271)

Signed-off-by: liyang <daviderli614@gmail.com>
This commit is contained in:
liyang
2025-08-15 11:10:31 +08:00
committed by GitHub
parent 9edc8c4d2a
commit abeefa939c
4 changed files with 4 additions and 257 deletions
+3
View File
@@ -6,4 +6,7 @@ PROTO_ROOT=./proto
GO_OUTPUT=./go
protoc -I=${PROTO_ROOT} --go_out=paths=source_relative:${GO_OUTPUT} $(find ./proto/ -type f -iname "*.proto")
protoc -I=${PROTO_ROOT} \
--go-grpc_out=paths=source_relative:${GO_OUTPUT} \
$(find ./proto/ -type f -iname "*.proto")