mirror of
https://github.com/seaweedfs/seaweedfs.git
synced 2025-09-22 12:59:21 +08:00
adjust proto API
This commit is contained in:
@@ -84,7 +84,6 @@ func moveEntry(ctx context.Context, client filer_pb.SeaweedFilerClient, oldParen
|
||||
request := &filer_pb.DeleteEntryRequest{
|
||||
Directory: oldParent,
|
||||
Name: entry.Name,
|
||||
IsDirectory: entry.IsDirectory,
|
||||
IsDeleteData: false,
|
||||
}
|
||||
|
||||
|
Reference in New Issue
Block a user