mirror of
https://gitee.com/milvus-io/milvus.git
synced 2025-12-28 14:35:27 +08:00
4 lines
200 B
Makefile
4 lines
200 B
Makefile
master-proto-gen:
|
|
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
|