Documentation ¶
Index ¶
- type BucketManager
- type BucketsClient
- func (i *BucketsClient) DeleteBucket(input *awss3.DeleteBucketInput) (*awss3.DeleteBucketOutput, error)
- func (i *BucketsClient) DeleteObjects(input *awss3.DeleteObjectsInput) (*awss3.DeleteObjectsOutput, error)
- func (i *BucketsClient) ListBuckets(input *awss3.ListBucketsInput) (*awss3.ListBucketsOutput, error)
- func (i *BucketsClient) ListObjectVersions(input *awss3.ListObjectVersionsInput) (*awss3.ListObjectVersionsOutput, error)
- type Logger
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type BucketManager ¶
type BucketManager struct { IsInRegionCall struct { CallCount int Receives struct { Bucket string } Returns struct { Output bool } } }
func (*BucketManager) IsInRegion ¶
func (b *BucketManager) IsInRegion(bucket string) bool
type BucketsClient ¶
type BucketsClient struct { ListBucketsCall struct { CallCount int Receives struct { Input *awss3.ListBucketsInput } Returns struct { Output *awss3.ListBucketsOutput Error error } } DeleteBucketCall struct { CallCount int Receives struct { Input *awss3.DeleteBucketInput } Returns struct { Output *awss3.DeleteBucketOutput Error error } } ListObjectVersionsCall struct { CallCount int Receives struct { Input *awss3.ListObjectVersionsInput } Returns struct { Output *awss3.ListObjectVersionsOutput Error error } } DeleteObjectsCall struct { CallCount int Receives struct { Input *awss3.DeleteObjectsInput } Returns struct { Output *awss3.DeleteObjectsOutput Error error } } }
func (*BucketsClient) DeleteBucket ¶
func (i *BucketsClient) DeleteBucket(input *awss3.DeleteBucketInput) (*awss3.DeleteBucketOutput, error)
func (*BucketsClient) DeleteObjects ¶
func (i *BucketsClient) DeleteObjects(input *awss3.DeleteObjectsInput) (*awss3.DeleteObjectsOutput, error)
func (*BucketsClient) ListBuckets ¶
func (i *BucketsClient) ListBuckets(input *awss3.ListBucketsInput) (*awss3.ListBucketsOutput, error)
func (*BucketsClient) ListObjectVersions ¶
func (i *BucketsClient) ListObjectVersions(input *awss3.ListObjectVersionsInput) (*awss3.ListObjectVersionsOutput, error)
Click to show internal directories.
Click to hide internal directories.