Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeMemoryBackend
- func (fake *FakeMemoryBackend) Invocations() map[string][][]interface{}
- func (fake *FakeMemoryBackend) SyncIn(arg1 context.Context) error
- func (fake *FakeMemoryBackend) SyncInArgsForCall(i int) context.Context
- func (fake *FakeMemoryBackend) SyncInCallCount() int
- func (fake *FakeMemoryBackend) SyncInCalls(stub func(context.Context) error)
- func (fake *FakeMemoryBackend) SyncInReturns(result1 error)
- func (fake *FakeMemoryBackend) SyncInReturnsOnCall(i int, result1 error)
- func (fake *FakeMemoryBackend) SyncOut(arg1 context.Context) error
- func (fake *FakeMemoryBackend) SyncOutArgsForCall(i int) context.Context
- func (fake *FakeMemoryBackend) SyncOutCallCount() int
- func (fake *FakeMemoryBackend) SyncOutCalls(stub func(context.Context) error)
- func (fake *FakeMemoryBackend) SyncOutReturns(result1 error)
- func (fake *FakeMemoryBackend) SyncOutReturnsOnCall(i int, result1 error)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeMemoryBackend ¶
type FakeMemoryBackend struct {
SyncInStub func(context.Context) error
SyncOutStub func(context.Context) error
// contains filtered or unexported fields
}
func (*FakeMemoryBackend) Invocations ¶
func (fake *FakeMemoryBackend) Invocations() map[string][][]interface{}
func (*FakeMemoryBackend) SyncIn ¶
func (fake *FakeMemoryBackend) SyncIn(arg1 context.Context) error
func (*FakeMemoryBackend) SyncInArgsForCall ¶
func (fake *FakeMemoryBackend) SyncInArgsForCall(i int) context.Context
func (*FakeMemoryBackend) SyncInCallCount ¶
func (fake *FakeMemoryBackend) SyncInCallCount() int
func (*FakeMemoryBackend) SyncInCalls ¶
func (fake *FakeMemoryBackend) SyncInCalls(stub func(context.Context) error)
func (*FakeMemoryBackend) SyncInReturns ¶
func (fake *FakeMemoryBackend) SyncInReturns(result1 error)
func (*FakeMemoryBackend) SyncInReturnsOnCall ¶
func (fake *FakeMemoryBackend) SyncInReturnsOnCall(i int, result1 error)
func (*FakeMemoryBackend) SyncOut ¶
func (fake *FakeMemoryBackend) SyncOut(arg1 context.Context) error
func (*FakeMemoryBackend) SyncOutArgsForCall ¶
func (fake *FakeMemoryBackend) SyncOutArgsForCall(i int) context.Context
func (*FakeMemoryBackend) SyncOutCallCount ¶
func (fake *FakeMemoryBackend) SyncOutCallCount() int
func (*FakeMemoryBackend) SyncOutCalls ¶
func (fake *FakeMemoryBackend) SyncOutCalls(stub func(context.Context) error)
func (*FakeMemoryBackend) SyncOutReturns ¶
func (fake *FakeMemoryBackend) SyncOutReturns(result1 error)
func (*FakeMemoryBackend) SyncOutReturnsOnCall ¶
func (fake *FakeMemoryBackend) SyncOutReturnsOnCall(i int, result1 error)
Click to show internal directories.
Click to hide internal directories.