mirror of https://github.com/milvus-io/milvus.git
8 lines
151 B
Protocol Buffer
8 lines
151 B
Protocol Buffer
|
syntax = "proto3";
|
||
|
|
||
|
package milvus.proto.queryv2;
|
||
|
|
||
|
option go_package = "github.com/milvus-io/milvus/internal/proto/querypbv2";
|
||
|
|
||
|
service QueryCoordV2{}
|