Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeExtendedClient
- func (fake *FakeExtendedClient) DownloadFile(writer io.Writer, downloadLink string) error
- func (fake *FakeExtendedClient) DownloadFileArgsForCall(i int) (io.Writer, string)
- func (fake *FakeExtendedClient) DownloadFileCallCount() int
- func (fake *FakeExtendedClient) DownloadFileReturns(result1 error)
- func (fake *FakeExtendedClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeExtendedClient ¶ added in v0.20.0
type FakeExtendedClient struct { DownloadFileStub func(writer io.Writer, downloadLink string) error // contains filtered or unexported fields }
func (*FakeExtendedClient) DownloadFile ¶ added in v0.20.0
func (fake *FakeExtendedClient) DownloadFile(writer io.Writer, downloadLink string) error
func (*FakeExtendedClient) DownloadFileArgsForCall ¶ added in v0.20.0
func (fake *FakeExtendedClient) DownloadFileArgsForCall(i int) (io.Writer, string)
func (*FakeExtendedClient) DownloadFileCallCount ¶ added in v0.20.0
func (fake *FakeExtendedClient) DownloadFileCallCount() int
func (*FakeExtendedClient) DownloadFileReturns ¶ added in v0.20.0
func (fake *FakeExtendedClient) DownloadFileReturns(result1 error)
func (*FakeExtendedClient) Invocations ¶ added in v0.20.0
func (fake *FakeExtendedClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.