mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 22:45:26 +08:00
4 lines
206 B
Bash
Executable File
4 lines
206 B
Bash
Executable File
#!/usr/bin/env bash
|
|
|
|
${protoc} --go_out=plugins=grpc,paths=source_relative:. pkg/master/grpc/master/master.proto
|
|
${protoc} --go_out=plugins=grpc,paths=source_relative:. pkg/master/grpc/message/message.proto |