未验证 提交 125f827c 编写于 作者: S SimFG 提交者: GitHub

Use underscores to separate parameter names in the `GetLoadingProgressRequest` (#19692)

Signed-off-by: NSimFG <bang.fu@zilliz.com>
Signed-off-by: NSimFG <bang.fu@zilliz.com>
上级 1c71844b
此差异已折叠。
......@@ -1314,8 +1314,8 @@ message OperatePrivilegeRequest {
message GetLoadingProgressRequest {
// Not useful for now
common.MsgBase base = 1;
string collectionName = 2;
repeated string partitionNames = 3;
string collection_name = 2;
repeated string partition_names = 3;
}
message GetLoadingProgressResponse {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册