feat: add lock.proto (#3)

This commit is contained in:
fys
2023-02-10 16:10:30 +08:00
committed by GitHub
parent 328c41f292
commit b846743da3
3 changed files with 46 additions and 0 deletions
+2
View File
@@ -151,6 +151,8 @@ gen_set_header!(BatchPutRequest);
gen_set_header!(CompareAndPutRequest);
gen_set_header!(DeleteRangeRequest);
gen_set_header!(MoveValueRequest);
gen_set_header!(LockRequest);
gen_set_header!(UnlockRequest);
#[cfg(test)]
mod tests {