Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClient
- func (fake *FakeClient) Download(arg1 string, arg2 io.ReadWriteSeeker, arg3 *pb.ProgressBar) error
- func (fake *FakeClient) DownloadArgsForCall(i int) (string, io.ReadWriteSeeker, *pb.ProgressBar)
- func (fake *FakeClient) DownloadCallCount() int
- func (fake *FakeClient) DownloadReturns(result1 error)
- func (fake *FakeClient) DownloadReturnsOnCall(i int, result1 error)
- func (fake *FakeClient) GetList() (api.ListResponse, error)
- func (fake *FakeClient) GetListCallCount() int
- func (fake *FakeClient) GetListReturns(result1 api.ListResponse, result2 error)
- func (fake *FakeClient) GetListReturnsOnCall(i int, result1 api.ListResponse, result2 error)
- func (fake *FakeClient) GetMetadata() (api.MetadataResponse, error)
- func (fake *FakeClient) GetMetadataCallCount() int
- func (fake *FakeClient) GetMetadataReturns(result1 api.MetadataResponse, result2 error)
- func (fake *FakeClient) GetMetadataReturnsOnCall(i int, result1 api.MetadataResponse, result2 error)
- func (fake *FakeClient) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClient ¶
type FakeClient struct { GetMetadataStub func() (api.MetadataResponse, error) GetListStub func() (api.ListResponse, error) DownloadStub func(string, io.ReadWriteSeeker, *pb.ProgressBar) error // contains filtered or unexported fields }
func (*FakeClient) Download ¶
func (fake *FakeClient) Download(arg1 string, arg2 io.ReadWriteSeeker, arg3 *pb.ProgressBar) error
func (*FakeClient) DownloadArgsForCall ¶
func (fake *FakeClient) DownloadArgsForCall(i int) (string, io.ReadWriteSeeker, *pb.ProgressBar)
func (*FakeClient) DownloadCallCount ¶
func (fake *FakeClient) DownloadCallCount() int
func (*FakeClient) DownloadReturns ¶
func (fake *FakeClient) DownloadReturns(result1 error)
func (*FakeClient) DownloadReturnsOnCall ¶ added in v0.12.0
func (fake *FakeClient) DownloadReturnsOnCall(i int, result1 error)
func (*FakeClient) GetList ¶
func (fake *FakeClient) GetList() (api.ListResponse, error)
func (*FakeClient) GetListCallCount ¶
func (fake *FakeClient) GetListCallCount() int
func (*FakeClient) GetListReturns ¶
func (fake *FakeClient) GetListReturns(result1 api.ListResponse, result2 error)
func (*FakeClient) GetListReturnsOnCall ¶ added in v0.12.0
func (fake *FakeClient) GetListReturnsOnCall(i int, result1 api.ListResponse, result2 error)
func (*FakeClient) GetMetadata ¶ added in v0.7.0
func (fake *FakeClient) GetMetadata() (api.MetadataResponse, error)
func (*FakeClient) GetMetadataCallCount ¶ added in v0.7.0
func (fake *FakeClient) GetMetadataCallCount() int
func (*FakeClient) GetMetadataReturns ¶ added in v0.7.0
func (fake *FakeClient) GetMetadataReturns(result1 api.MetadataResponse, result2 error)
func (*FakeClient) GetMetadataReturnsOnCall ¶ added in v0.12.0
func (fake *FakeClient) GetMetadataReturnsOnCall(i int, result1 api.MetadataResponse, result2 error)
func (*FakeClient) Invocations ¶
func (fake *FakeClient) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.