Documentation
¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCachedDownloader
- func (fake *FakeCachedDownloader) Fetch(urlToFetch *url.URL, cacheKey string, ...) (io.ReadCloser, int64, error)
- func (fake *FakeCachedDownloader) FetchArgsForCall(i int) (*url.URL, string, cacheddownloader.CacheTransformer, <-chan struct{})
- func (fake *FakeCachedDownloader) FetchCallCount() int
- func (fake *FakeCachedDownloader) FetchReturns(result1 io.ReadCloser, result2 int64, result3 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCachedDownloader ¶
type FakeCachedDownloader struct { FetchStub func(urlToFetch *url.URL, cacheKey string, transformer cacheddownloader.CacheTransformer, cancelChan <-chan struct{}) (io.ReadCloser, int64, error) // contains filtered or unexported fields }
func (*FakeCachedDownloader) Fetch ¶
func (fake *FakeCachedDownloader) Fetch(urlToFetch *url.URL, cacheKey string, transformer cacheddownloader.CacheTransformer, cancelChan <-chan struct{}) (io.ReadCloser, int64, error)
func (*FakeCachedDownloader) FetchArgsForCall ¶
func (fake *FakeCachedDownloader) FetchArgsForCall(i int) (*url.URL, string, cacheddownloader.CacheTransformer, <-chan struct{})
func (*FakeCachedDownloader) FetchCallCount ¶
func (fake *FakeCachedDownloader) FetchCallCount() int
func (*FakeCachedDownloader) FetchReturns ¶
func (fake *FakeCachedDownloader) FetchReturns(result1 io.ReadCloser, result2 int64, result3 error)
Click to show internal directories.
Click to hide internal directories.