Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketLister ¶
type BucketLister interface {
ListBuckets() ([]minio.BucketInfo, error)
}
BucketLister is an interface that knows how to list buckets on object storage
func NewFakeBucketLister ¶
func NewFakeBucketLister(buckets []minio.BucketInfo) BucketLister
Click to show internal directories.
Click to hide internal directories.