mirror of
https://github.com/minio/minio.git
synced 2025-11-26 04:26:12 -05:00
listObjects: Simplify channel based changes.
This commit is contained in:
@@ -126,24 +126,6 @@ type ListObjectsResult struct {
|
||||
Prefixes []string
|
||||
}
|
||||
|
||||
type listObjectsReq struct {
|
||||
Bucket string
|
||||
Prefix string
|
||||
Marker string
|
||||
Delimiter string
|
||||
MaxKeys int
|
||||
}
|
||||
|
||||
type listServiceReq struct {
|
||||
req listObjectsReq
|
||||
respCh chan ListObjectsResult
|
||||
}
|
||||
|
||||
type listWorkerReq struct {
|
||||
req listObjectsReq
|
||||
respCh chan ListObjectsResult
|
||||
}
|
||||
|
||||
// CompletePart - completed part container
|
||||
type CompletePart struct {
|
||||
PartNumber int
|
||||
|
||||
Reference in New Issue
Block a user