Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeCache
- func (fake *FakeCache) Get(arg1 context.Context, arg2 string, arg3 string, arg4 string) ([]byte, error)
- func (fake *FakeCache) GetArgsForCall(i int) (context.Context, string, string, string)
- func (fake *FakeCache) GetCallCount() int
- func (fake *FakeCache) GetCalls(stub func(context.Context, string, string, string) ([]byte, error))
- func (fake *FakeCache) GetReturns(result1 []byte, result2 error)
- func (fake *FakeCache) GetReturnsOnCall(i int, result1 []byte, result2 error)
- func (fake *FakeCache) Invocations() map[string][][]interface{}
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeCache ¶
type FakeCache struct { GetStub func(context.Context, string, string, string) ([]byte, error) // contains filtered or unexported fields }
func (*FakeCache) GetArgsForCall ¶
func (*FakeCache) GetCallCount ¶
func (*FakeCache) GetReturns ¶
func (*FakeCache) GetReturnsOnCall ¶
func (*FakeCache) Invocations ¶
Click to show internal directories.
Click to hide internal directories.