[skip ci] Add comment for query coord proto (#8322)

Signed-off-by: bigsheeper <yihao.dai@zilliz.com>
pull/8338/head
bigsheeper 2021-09-22 20:04:13 +08:00 committed by GitHub
parent 050e27cbcf
commit f8ca5dbf55
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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;
}