tbm-gateway/note.txt
Pakin 68a5c3f188 v0.0.1: init
Signed-off-by: Pakin <pakin.t@forth.co.th>
2025-11-18 15:29:01 +07:00

5 lines
No EOL
230 B
Text

# generate for Go
protoc --proto_path=proto --go_out=gateway --go-grpc_out=gateway proto/registry.proto
# generate for Rust (using tonic)
protoc --proto_path=proto --tonic_out=fetch-service --tonic_out=auth-service registry.proto