Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeClarifyMemory
- func (fake *FakeClarifyMemory) Invocations() map[string][][]interface{}
- func (fake *FakeClarifyMemory) Set(arg1 context.Context, arg2 string, arg3 string, arg4 string, ...) error
- func (fake *FakeClarifyMemory) SetArgsForCall(i int) (context.Context, string, string, string, time.Duration)
- func (fake *FakeClarifyMemory) SetCallCount() int
- func (fake *FakeClarifyMemory) SetCalls(stub func(context.Context, string, string, string, time.Duration) error)
- func (fake *FakeClarifyMemory) SetReturns(result1 error)
- func (fake *FakeClarifyMemory) SetReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeClarifyMemory ¶
type FakeClarifyMemory struct {
SetStub func(context.Context, string, string, string, time.Duration) error
// contains filtered or unexported fields
}
func (*FakeClarifyMemory) Invocations ¶
func (fake *FakeClarifyMemory) Invocations() map[string][][]interface{}
func (*FakeClarifyMemory) SetArgsForCall ¶
func (*FakeClarifyMemory) SetCallCount ¶
func (fake *FakeClarifyMemory) SetCallCount() int
func (*FakeClarifyMemory) SetReturns ¶
func (fake *FakeClarifyMemory) SetReturns(result1 error)
func (*FakeClarifyMemory) SetReturnsOnCall ¶
func (fake *FakeClarifyMemory) SetReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.