feat: support for batch querying metadata information of procedure (#189)

* feat: support for batch querying metadata information of procedures

* optimize code

* optimize code

* add new field lock_keys

* fix: update time type
This commit is contained in:
taobo
2024-09-19 11:40:35 +08:00
committed by GitHub
parent 973f49cde8
commit 796ce9b003
9 changed files with 5824 additions and 117 deletions
+1
View File
@@ -182,6 +182,7 @@ gen_set_header!(UnlockRequest);
gen_set_header!(DdlTaskRequest);
gen_set_header!(MigrateRegionRequest);
gen_set_header!(QueryProcedureRequest);
gen_set_header!(ProcedureDetailRequest);
#[cfg(test)]
mod tests {