Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCFSimpleClient
- func (fake *FakeCFSimpleClient) DoGet(url string) (io.ReadCloser, error)
- func (fake *FakeCFSimpleClient) DoGetArgsForCall(i int) string
- func (fake *FakeCFSimpleClient) DoGetCallCount() int
- func (fake *FakeCFSimpleClient) DoGetReturns(result1 io.ReadCloser, result2 error)
- func (fake *FakeCFSimpleClient) DoGetReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
- func (fake *FakeCFSimpleClient) Invocations() map[string][][]interface{}
- type FakeCaching
- func (fake *FakeCaching) FillCache() error
- func (fake *FakeCaching) FillCacheCallCount() int
- func (fake *FakeCaching) FillCacheReturns(result1 error)
- func (fake *FakeCaching) FillCacheReturnsOnCall(i int, result1 error)
- func (fake *FakeCaching) GetApp(arg1 string) (*caching.App, error)
- func (fake *FakeCaching) GetAppArgsForCall(i int) string
- func (fake *FakeCaching) GetAppCallCount() int
- func (fake *FakeCaching) GetAppReturns(result1 *caching.App, result2 error)
- func (fake *FakeCaching) GetAppReturnsOnCall(i int, result1 *caching.App, result2 error)
- func (fake *FakeCaching) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCFSimpleClient ¶
type FakeCFSimpleClient struct { DoGetStub func(url string) (io.ReadCloser, error) // contains filtered or unexported fields }
func (*FakeCFSimpleClient) DoGet ¶
func (fake *FakeCFSimpleClient) DoGet(url string) (io.ReadCloser, error)
func (*FakeCFSimpleClient) DoGetArgsForCall ¶
func (fake *FakeCFSimpleClient) DoGetArgsForCall(i int) string
func (*FakeCFSimpleClient) DoGetCallCount ¶
func (fake *FakeCFSimpleClient) DoGetCallCount() int
func (*FakeCFSimpleClient) DoGetReturns ¶
func (fake *FakeCFSimpleClient) DoGetReturns(result1 io.ReadCloser, result2 error)
func (*FakeCFSimpleClient) DoGetReturnsOnCall ¶
func (fake *FakeCFSimpleClient) DoGetReturnsOnCall(i int, result1 io.ReadCloser, result2 error)
func (*FakeCFSimpleClient) Invocations ¶
func (fake *FakeCFSimpleClient) Invocations() map[string][][]interface{}
type FakeCaching ¶
type FakeCaching struct { FillCacheStub func() error GetAppStub func(string) (*caching.App, error) // contains filtered or unexported fields }
func (*FakeCaching) FillCache ¶
func (fake *FakeCaching) FillCache() error
func (*FakeCaching) FillCacheCallCount ¶
func (fake *FakeCaching) FillCacheCallCount() int
func (*FakeCaching) FillCacheReturns ¶
func (fake *FakeCaching) FillCacheReturns(result1 error)
func (*FakeCaching) FillCacheReturnsOnCall ¶
func (fake *FakeCaching) FillCacheReturnsOnCall(i int, result1 error)
func (*FakeCaching) GetAppArgsForCall ¶
func (fake *FakeCaching) GetAppArgsForCall(i int) string
func (*FakeCaching) GetAppCallCount ¶
func (fake *FakeCaching) GetAppCallCount() int
func (*FakeCaching) GetAppReturns ¶
func (fake *FakeCaching) GetAppReturns(result1 *caching.App, result2 error)
func (*FakeCaching) GetAppReturnsOnCall ¶
func (fake *FakeCaching) GetAppReturnsOnCall(i int, result1 *caching.App, result2 error)
func (*FakeCaching) Invocations ¶
func (fake *FakeCaching) Invocations() map[string][][]interface{}
Click to show internal directories.
Click to hide internal directories.