5 lines
No EOL
230 B
Text
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 |