mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-11-08 17:04:46 +08:00
adjust filer.proto
This commit is contained in:
@@ -447,8 +447,8 @@ message LockRequest {
|
||||
}
|
||||
message LockResponse {
|
||||
string renew_token = 1;
|
||||
string moved_to = 2;
|
||||
string error = 3;
|
||||
string moved_to = 4;
|
||||
}
|
||||
message UnlockRequest {
|
||||
string name = 1;
|
||||
|
||||
Reference in New Issue
Block a user