mirror of
https://gitee.com/milvus-io/milvus.git
synced 2024-11-30 19:08:30 +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
|