Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeObjectDownloader
- func (fake *FakeObjectDownloader) DownloadWithContext(arg1 context.Context, arg2 io.WriterAt, arg3 *s3a.GetObjectInput, ...) (int64, error)
- func (fake *FakeObjectDownloader) DownloadWithContextArgsForCall(i int) (context.Context, io.WriterAt, *s3a.GetObjectInput, ...)
- func (fake *FakeObjectDownloader) DownloadWithContextCallCount() int
- func (fake *FakeObjectDownloader) DownloadWithContextCalls(...)
- func (fake *FakeObjectDownloader) DownloadWithContextReturns(result1 int64, result2 error)
- func (fake *FakeObjectDownloader) DownloadWithContextReturnsOnCall(i int, result1 int64, result2 error)
- func (fake *FakeObjectDownloader) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeObjectDownloader ¶
type FakeObjectDownloader struct { DownloadWithContextStub func(context.Context, io.WriterAt, *s3a.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error) // contains filtered or unexported fields }
func (*FakeObjectDownloader) DownloadWithContext ¶
func (fake *FakeObjectDownloader) DownloadWithContext(arg1 context.Context, arg2 io.WriterAt, arg3 *s3a.GetObjectInput, arg4 ...func(*s3manager.Downloader)) (int64, error)
func (*FakeObjectDownloader) DownloadWithContextArgsForCall ¶
func (fake *FakeObjectDownloader) DownloadWithContextArgsForCall(i int) (context.Context, io.WriterAt, *s3a.GetObjectInput, []func(*s3manager.Downloader))
func (*FakeObjectDownloader) DownloadWithContextCallCount ¶
func (fake *FakeObjectDownloader) DownloadWithContextCallCount() int
func (*FakeObjectDownloader) DownloadWithContextCalls ¶
func (fake *FakeObjectDownloader) DownloadWithContextCalls(stub func(context.Context, io.WriterAt, *s3a.GetObjectInput, ...func(*s3manager.Downloader)) (int64, error))
func (*FakeObjectDownloader) DownloadWithContextReturns ¶
func (fake *FakeObjectDownloader) DownloadWithContextReturns(result1 int64, result2 error)
func (*FakeObjectDownloader) DownloadWithContextReturnsOnCall ¶
func (fake *FakeObjectDownloader) DownloadWithContextReturnsOnCall(i int, result1 int64, result2 error)
func (*FakeObjectDownloader) Invocations ¶
func (fake *FakeObjectDownloader) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.