fix ads,passport

This commit is contained in:
2026-09-23 00:13:03 +08:00
parent b8ff9acc3d
commit 80b6c140fe
14 changed files with 575 additions and 3755 deletions

View File

@@ -1,15 +0,0 @@
#!/usr/bin/env bash
set -euo pipefail
cd -- "$(dirname -- "${BASH_SOURCE[0]}")"
protoc -I ./proto \
--go_out=paths=source_relative:pb \
--go_out=paths=source_relative:../../../sdk/client/golang/passport \
--go-grpc_out=paths=source_relative:pb \
--go-grpc_out=paths=source_relative:../../../sdk/client/golang/passport \
--grpc-gateway_out=paths=source_relative,generate_unbound_methods=True:pb \
--slc_out=./ \
--ts_out=../../../sdk/client/typescript \
--markdown_out=paths=source_relative:../../../sdk/docs/passport \
proto/*.proto