mirror of
https://gitee.com/milvus-io/milvus.git
synced 2026-01-07 19:31:51 +08:00
[skip ci] Add comment for query coord proto (#8322)
Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
This commit is contained in:
parent
050e27cbcf
commit
f8ca5dbf55
@ -52,6 +52,7 @@ service QueryNode {
|
||||
//--------------------query coordinator proto------------------
|
||||
message ShowCollectionsRequest {
|
||||
common.MsgBase base = 1;
|
||||
// Not useful for now
|
||||
int64 dbID = 2;
|
||||
repeated int64 collectionIDs = 3;
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user