adjust APIs

This commit is contained in:
chrislu
2023-09-15 22:20:05 -07:00
parent 436d99443b
commit 7f685ce7ba
2 changed files with 14 additions and 6 deletions

View File

@@ -73,6 +73,7 @@ service SeaweedFiler {
}
rpc Unlock(UnlockRequest) returns (UnlockResponse) {
}
// distributed lock management internal use only
rpc TransferLocks(TransferLocksRequest) returns (TransferLocksResponse) {
}
}