Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func NewMockClient ¶
Types ¶
type MockS3Client ¶
func (*MockS3Client) ListObjects ¶
func (m *MockS3Client) ListObjects(*s3.ListObjectsInput) (*s3.ListObjectsOutput, error)
type MockS3Downloader ¶
type MockS3Downloader struct { }
func (*MockS3Downloader) DownloadWithIterator ¶
func (m *MockS3Downloader) DownloadWithIterator(aws.Context, s3manager.BatchDownloadIterator, ...func(*s3manager.Downloader)) error
type MockS3FailDownloader ¶
type MockS3FailDownloader struct {
Err error
}
func (*MockS3FailDownloader) DownloadWithIterator ¶
func (m *MockS3FailDownloader) DownloadWithIterator(aws.Context, s3manager.BatchDownloadIterator, ...func(*s3manager.Downloader)) error
Click to show internal directories.
Click to hide internal directories.