Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCache
- func (fake *FakeCache) Delete(arg1 context.Context, arg2 string, arg3 string) error
- func (fake *FakeCache) DeleteArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeCache) DeleteCallCount() int
- func (fake *FakeCache) DeleteCalls(stub func(context.Context, string, string) error)
- func (fake *FakeCache) DeleteReturns(result1 error)
- func (fake *FakeCache) DeleteReturnsOnCall(i int, result1 error)
- func (fake *FakeCache) GetProfileValues(arg1 context.Context, arg2 string, arg3 string, arg4 string, arg5 string) ([]byte, error)
- func (fake *FakeCache) GetProfileValuesArgsForCall(i int) (context.Context, string, string, string, string)
- func (fake *FakeCache) GetProfileValuesCallCount() int
- func (fake *FakeCache) GetProfileValuesCalls(stub func(context.Context, string, string, string, string) ([]byte, error))
- func (fake *FakeCache) GetProfileValuesReturns(result1 []byte, result2 error)
- func (fake *FakeCache) GetProfileValuesReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeCache) Invocations() map[string][][]interface{}
- func (fake *FakeCache) ListAvailableVersionsForProfile(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]string, error)
- func (fake *FakeCache) ListAvailableVersionsForProfileArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeCache) ListAvailableVersionsForProfileCallCount() int
- func (fake *FakeCache) ListAvailableVersionsForProfileCalls(stub func(context.Context, string, string, string) ([]string, error))
- func (fake *FakeCache) ListAvailableVersionsForProfileReturns(result1 []string, result2 error)
- func (fake *FakeCache) ListAvailableVersionsForProfileReturnsOnCall(i int, result1 []string, result2 error)
- func (fake *FakeCache) ListProfiles(arg1 context.Context, arg2 string, arg3 string) ([]*profiles.Profile, error)
- func (fake *FakeCache) ListProfilesArgsForCall(i int) (context.Context, string, string)
- func (fake *FakeCache) ListProfilesCallCount() int
- func (fake *FakeCache) ListProfilesCalls(stub func(context.Context, string, string) ([]*profiles.Profile, error))
- func (fake *FakeCache) ListProfilesReturns(result1 []*profiles.Profile, result2 error)
- func (fake *FakeCache) ListProfilesReturnsOnCall(i int, result1 []*profiles.Profile, result2 error)
- func (fake *FakeCache) Put(arg1 context.Context, arg2 string, arg3 string, arg4 cache.Data) error
- func (fake *FakeCache) PutArgsForCall(i int) (context.Context, string, string, cache.Data)
- func (fake *FakeCache) PutCallCount() int
- func (fake *FakeCache) PutCalls(stub func(context.Context, string, string, cache.Data) error)
- func (fake *FakeCache) PutReturns(result1 error)
- func (fake *FakeCache) PutReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCache ¶
type FakeCache struct { DeleteStub func(context.Context, string, string) error GetProfileValuesStub func(context.Context, string, string, string, string) ([]byte, error) ListAvailableVersionsForProfileStub func(context.Context, string, string, string) ([]string, error) ListProfilesStub func(context.Context, string, string) ([]*profiles.Profile, error) PutStub func(context.Context, string, string, cache.Data) error // contains filtered or unexported fields }
func (*FakeCache) DeleteArgsForCall ¶
func (*FakeCache) DeleteCallCount ¶
func (*FakeCache) DeleteCalls ¶
func (*FakeCache) DeleteReturns ¶
func (*FakeCache) DeleteReturnsOnCall ¶
func (*FakeCache) GetProfileValues ¶
func (*FakeCache) GetProfileValuesArgsForCall ¶
func (*FakeCache) GetProfileValuesCallCount ¶
func (*FakeCache) GetProfileValuesCalls ¶
func (*FakeCache) GetProfileValuesReturns ¶
func (*FakeCache) GetProfileValuesReturnsOnCall ¶
func (*FakeCache) Invocations ¶
func (*FakeCache) ListAvailableVersionsForProfile ¶ added in v0.7.0
func (*FakeCache) ListAvailableVersionsForProfileArgsForCall ¶ added in v0.7.0
func (*FakeCache) ListAvailableVersionsForProfileCallCount ¶ added in v0.7.0
func (*FakeCache) ListAvailableVersionsForProfileCalls ¶ added in v0.7.0
func (*FakeCache) ListAvailableVersionsForProfileReturns ¶ added in v0.7.0
func (*FakeCache) ListAvailableVersionsForProfileReturnsOnCall ¶ added in v0.7.0
func (*FakeCache) ListProfiles ¶
func (*FakeCache) ListProfilesArgsForCall ¶
func (*FakeCache) ListProfilesCallCount ¶
func (*FakeCache) ListProfilesCalls ¶
func (*FakeCache) ListProfilesReturns ¶
func (*FakeCache) ListProfilesReturnsOnCall ¶
func (*FakeCache) PutArgsForCall ¶
func (*FakeCache) PutCallCount ¶
func (*FakeCache) PutReturns ¶
func (*FakeCache) PutReturnsOnCall ¶
Click to show internal directories.
Click to hide internal directories.