mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +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 |