Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
- type FakeCaching
- func (fake *FakeCaching) Close()
- func (fake *FakeCaching) CloseCallCount() int
- func (fake *FakeCaching) CreateBucket()
- func (fake *FakeCaching) CreateBucketCallCount() int
- func (fake *FakeCaching) GetAllApp() []caching.App
- func (fake *FakeCaching) GetAllAppCallCount() int
- func (fake *FakeCaching) GetAllAppReturns(result1 []caching.App)
- func (fake *FakeCaching) GetAppByGuid(arg1 string) []caching.App
- func (fake *FakeCaching) GetAppByGuidArgsForCall(i int) string
- func (fake *FakeCaching) GetAppByGuidCallCount() int
- func (fake *FakeCaching) GetAppByGuidReturns(result1 []caching.App)
- func (fake *FakeCaching) GetAppInfo(arg1 string) caching.App
- func (fake *FakeCaching) GetAppInfoArgsForCall(i int) string
- func (fake *FakeCaching) GetAppInfoCache(arg1 string) caching.App
- func (fake *FakeCaching) GetAppInfoCacheArgsForCall(i int) string
- func (fake *FakeCaching) GetAppInfoCacheCallCount() int
- func (fake *FakeCaching) GetAppInfoCacheReturns(result1 caching.App)
- func (fake *FakeCaching) GetAppInfoCallCount() int
- func (fake *FakeCaching) GetAppInfoReturns(result1 caching.App)
- func (fake *FakeCaching) Invocations() map[string][][]interface{}
- func (fake *FakeCaching) PerformPoollingCaching(arg1 time.Duration)
- func (fake *FakeCaching) PerformPoollingCachingArgsForCall(i int) time.Duration
- func (fake *FakeCaching) PerformPoollingCachingCallCount() int
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCaching ¶
type FakeCaching struct { CreateBucketStub func() PerformPoollingCachingStub func(time.Duration) GetAppByGuidStub func(string) []caching.App GetAllAppStub func() []caching.App GetAppInfoStub func(string) caching.App GetAppInfoCacheStub func(string) caching.App CloseStub func() // contains filtered or unexported fields }
func (*FakeCaching) Close ¶
func (fake *FakeCaching) Close()
func (*FakeCaching) CloseCallCount ¶
func (fake *FakeCaching) CloseCallCount() int
func (*FakeCaching) CreateBucket ¶
func (fake *FakeCaching) CreateBucket()
func (*FakeCaching) CreateBucketCallCount ¶
func (fake *FakeCaching) CreateBucketCallCount() int
func (*FakeCaching) GetAllApp ¶
func (fake *FakeCaching) GetAllApp() []caching.App
func (*FakeCaching) GetAllAppCallCount ¶
func (fake *FakeCaching) GetAllAppCallCount() int
func (*FakeCaching) GetAllAppReturns ¶
func (fake *FakeCaching) GetAllAppReturns(result1 []caching.App)
func (*FakeCaching) GetAppByGuid ¶
func (fake *FakeCaching) GetAppByGuid(arg1 string) []caching.App
func (*FakeCaching) GetAppByGuidArgsForCall ¶
func (fake *FakeCaching) GetAppByGuidArgsForCall(i int) string
func (*FakeCaching) GetAppByGuidCallCount ¶
func (fake *FakeCaching) GetAppByGuidCallCount() int
func (*FakeCaching) GetAppByGuidReturns ¶
func (fake *FakeCaching) GetAppByGuidReturns(result1 []caching.App)
func (*FakeCaching) GetAppInfo ¶
func (fake *FakeCaching) GetAppInfo(arg1 string) caching.App
func (*FakeCaching) GetAppInfoArgsForCall ¶
func (fake *FakeCaching) GetAppInfoArgsForCall(i int) string
func (*FakeCaching) GetAppInfoCache ¶
func (fake *FakeCaching) GetAppInfoCache(arg1 string) caching.App
func (*FakeCaching) GetAppInfoCacheArgsForCall ¶
func (fake *FakeCaching) GetAppInfoCacheArgsForCall(i int) string
func (*FakeCaching) GetAppInfoCacheCallCount ¶
func (fake *FakeCaching) GetAppInfoCacheCallCount() int
func (*FakeCaching) GetAppInfoCacheReturns ¶
func (fake *FakeCaching) GetAppInfoCacheReturns(result1 caching.App)
func (*FakeCaching) GetAppInfoCallCount ¶
func (fake *FakeCaching) GetAppInfoCallCount() int
func (*FakeCaching) GetAppInfoReturns ¶
func (fake *FakeCaching) GetAppInfoReturns(result1 caching.App)
func (*FakeCaching) Invocations ¶
func (fake *FakeCaching) Invocations() map[string][][]interface{}
func (*FakeCaching) PerformPoollingCaching ¶
func (fake *FakeCaching) PerformPoollingCaching(arg1 time.Duration)
func (*FakeCaching) PerformPoollingCachingArgsForCall ¶
func (fake *FakeCaching) PerformPoollingCachingArgsForCall(i int) time.Duration
func (*FakeCaching) PerformPoollingCachingCallCount ¶
func (fake *FakeCaching) PerformPoollingCachingCallCount() int
Click to show internal directories.
Click to hide internal directories.