Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeFetcher ¶
type FakeFetcher struct { FetchStub func(u *url.URL, diskQuota int64) (*image.Image, error) // contains filtered or unexported fields }
func (*FakeFetcher) FetchArgsForCall ¶
func (fake *FakeFetcher) FetchArgsForCall(i int) (*url.URL, int64)
func (*FakeFetcher) FetchCallCount ¶
func (fake *FakeFetcher) FetchCallCount() int
func (*FakeFetcher) FetchReturns ¶
func (fake *FakeFetcher) FetchReturns(result1 *image.Image, result2 error)
Click to show internal directories.
Click to hide internal directories.