mirror of
https://github.com/pgsty/minio.git
synced 2026-07-21 21:20:23 +03:00
object: move go-routine listing from posix to objectLayer. (#1491)
This commit is contained in:
committed by
Harshavardhana
parent
46680788f9
commit
247e835d7b
+6
-15
@@ -27,21 +27,6 @@ type ListVolsReply struct {
|
||||
Vols []VolInfo
|
||||
}
|
||||
|
||||
// ListFilesArgs list file args.
|
||||
type ListFilesArgs struct {
|
||||
Vol string
|
||||
Prefix string
|
||||
Marker string
|
||||
Recursive bool
|
||||
Count int
|
||||
}
|
||||
|
||||
// ListFilesReply list file reply.
|
||||
type ListFilesReply struct {
|
||||
Files []FileInfo
|
||||
EOF bool
|
||||
}
|
||||
|
||||
// StatFileArgs stat file args.
|
||||
type StatFileArgs struct {
|
||||
Vol string
|
||||
@@ -54,6 +39,12 @@ type DeleteFileArgs struct {
|
||||
Path string
|
||||
}
|
||||
|
||||
// ListDirArgs list dir args.
|
||||
type ListDirArgs struct {
|
||||
Vol string
|
||||
Path string
|
||||
}
|
||||
|
||||
// RenameFileArgs rename file args.
|
||||
type RenameFileArgs struct {
|
||||
SrcVol string
|
||||
|
||||
Reference in New Issue
Block a user