Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCaching
- func (fake *FakeCaching) Close() error
- func (fake *FakeCaching) CloseCallCount() int
- func (fake *FakeCaching) CloseReturns(result1 error)
- func (fake *FakeCaching) CloseReturnsOnCall(i int, result1 error)
- func (fake *FakeCaching) GetAllApps() (map[string]*caching.App, error)
- func (fake *FakeCaching) GetAllAppsCallCount() int
- func (fake *FakeCaching) GetAllAppsReturns(result1 map[string]*caching.App, result2 error)
- func (fake *FakeCaching) GetAllAppsReturnsOnCall(i int, result1 map[string]*caching.App, result2 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{}
- func (fake *FakeCaching) Open() error
- func (fake *FakeCaching) OpenCallCount() int
- func (fake *FakeCaching) OpenReturns(result1 error)
- func (fake *FakeCaching) OpenReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCaching ¶
type FakeCaching struct { OpenStub func() error CloseStub func() error GetAllAppsStub func() (map[string]*caching.App, error) GetAppStub func(string) (*caching.App, error) // contains filtered or unexported fields }
func (*FakeCaching) Close ¶
func (fake *FakeCaching) Close() error
func (*FakeCaching) CloseCallCount ¶
func (fake *FakeCaching) CloseCallCount() int
func (*FakeCaching) CloseReturns ¶
func (fake *FakeCaching) CloseReturns(result1 error)
func (*FakeCaching) CloseReturnsOnCall ¶
func (fake *FakeCaching) CloseReturnsOnCall(i int, result1 error)
func (*FakeCaching) GetAllApps ¶
func (fake *FakeCaching) GetAllApps() (map[string]*caching.App, error)
func (*FakeCaching) GetAllAppsCallCount ¶
func (fake *FakeCaching) GetAllAppsCallCount() int
func (*FakeCaching) GetAllAppsReturns ¶
func (fake *FakeCaching) GetAllAppsReturns(result1 map[string]*caching.App, result2 error)
func (*FakeCaching) GetAllAppsReturnsOnCall ¶
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{}
func (*FakeCaching) Open ¶
func (fake *FakeCaching) Open() error
func (*FakeCaching) OpenCallCount ¶
func (fake *FakeCaching) OpenCallCount() int
func (*FakeCaching) OpenReturns ¶
func (fake *FakeCaching) OpenReturns(result1 error)
func (*FakeCaching) OpenReturnsOnCall ¶
func (fake *FakeCaching) OpenReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.