mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 05:00:22 +03:00
rpc/client: Implement RenameFile properly. (#1443)
This commit is contained in:
committed by
Anand Babu (AB) Periasamy
parent
8102a4712a
commit
3bf3d18f1f
@@ -53,3 +53,11 @@ type DeleteFileArgs struct {
|
||||
Vol string
|
||||
Path string
|
||||
}
|
||||
|
||||
// RenameFileArgs rename file args.
|
||||
type RenameFileArgs struct {
|
||||
SrcVol string
|
||||
SrcPath string
|
||||
DstVol string
|
||||
DstPath string
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user