Documentation
¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type FakeEmitterInterface
- func (fake *FakeEmitterInterface) Emit(arg1 string, arg2 ...interface{}) chan struct{}
- func (fake *FakeEmitterInterface) EmitArgsForCall(i int) (string, []interface{})
- func (fake *FakeEmitterInterface) EmitCallCount() int
- func (fake *FakeEmitterInterface) EmitCalls(stub func(string, ...interface{}) chan struct{})
- func (fake *FakeEmitterInterface) EmitReturns(result1 chan struct{})
- func (fake *FakeEmitterInterface) EmitReturnsOnCall(i int, result1 chan struct{})
- func (fake *FakeEmitterInterface) Invocations() map[string][][]interface{}
- func (fake *FakeEmitterInterface) Listeners(arg1 string) []<-chan emittera.Event
- func (fake *FakeEmitterInterface) ListenersArgsForCall(i int) string
- func (fake *FakeEmitterInterface) ListenersCallCount() int
- func (fake *FakeEmitterInterface) ListenersCalls(stub func(string) []<-chan emittera.Event)
- func (fake *FakeEmitterInterface) ListenersReturns(result1 []<-chan emittera.Event)
- func (fake *FakeEmitterInterface) ListenersReturnsOnCall(i int, result1 []<-chan emittera.Event)
- func (fake *FakeEmitterInterface) Off(arg1 string, arg2 ...<-chan emittera.Event)
- func (fake *FakeEmitterInterface) OffArgsForCall(i int) (string, []<-chan emittera.Event)
- func (fake *FakeEmitterInterface) OffCallCount() int
- func (fake *FakeEmitterInterface) OffCalls(stub func(string, ...<-chan emittera.Event))
- func (fake *FakeEmitterInterface) On(arg1 string, arg2 ...func(*emittera.Event)) <-chan emittera.Event
- func (fake *FakeEmitterInterface) OnArgsForCall(i int) (string, []func(*emittera.Event))
- func (fake *FakeEmitterInterface) OnCallCount() int
- func (fake *FakeEmitterInterface) OnCalls(stub func(string, ...func(*emittera.Event)) <-chan emittera.Event)
- func (fake *FakeEmitterInterface) OnReturns(result1 <-chan emittera.Event)
- func (fake *FakeEmitterInterface) OnReturnsOnCall(i int, result1 <-chan emittera.Event)
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEmitterInterface ¶
type FakeEmitterInterface struct { EmitStub func(string, ...interface{}) chan struct{} ListenersStub func(string) []<-chan emittera.Event OffStub func(string, ...<-chan emittera.Event) OnStub func(string, ...func(*emittera.Event)) <-chan emittera.Event // contains filtered or unexported fields }
func (*FakeEmitterInterface) Emit ¶
func (fake *FakeEmitterInterface) Emit(arg1 string, arg2 ...interface{}) chan struct{}
func (*FakeEmitterInterface) EmitArgsForCall ¶
func (fake *FakeEmitterInterface) EmitArgsForCall(i int) (string, []interface{})
func (*FakeEmitterInterface) EmitCallCount ¶
func (fake *FakeEmitterInterface) EmitCallCount() int
func (*FakeEmitterInterface) EmitCalls ¶
func (fake *FakeEmitterInterface) EmitCalls(stub func(string, ...interface{}) chan struct{})
func (*FakeEmitterInterface) EmitReturns ¶
func (fake *FakeEmitterInterface) EmitReturns(result1 chan struct{})
func (*FakeEmitterInterface) EmitReturnsOnCall ¶
func (fake *FakeEmitterInterface) EmitReturnsOnCall(i int, result1 chan struct{})
func (*FakeEmitterInterface) Invocations ¶
func (fake *FakeEmitterInterface) Invocations() map[string][][]interface{}
func (*FakeEmitterInterface) Listeners ¶
func (fake *FakeEmitterInterface) Listeners(arg1 string) []<-chan emittera.Event
func (*FakeEmitterInterface) ListenersArgsForCall ¶
func (fake *FakeEmitterInterface) ListenersArgsForCall(i int) string
func (*FakeEmitterInterface) ListenersCallCount ¶
func (fake *FakeEmitterInterface) ListenersCallCount() int
func (*FakeEmitterInterface) ListenersCalls ¶
func (fake *FakeEmitterInterface) ListenersCalls(stub func(string) []<-chan emittera.Event)
func (*FakeEmitterInterface) ListenersReturns ¶
func (fake *FakeEmitterInterface) ListenersReturns(result1 []<-chan emittera.Event)
func (*FakeEmitterInterface) ListenersReturnsOnCall ¶
func (fake *FakeEmitterInterface) ListenersReturnsOnCall(i int, result1 []<-chan emittera.Event)
func (*FakeEmitterInterface) Off ¶
func (fake *FakeEmitterInterface) Off(arg1 string, arg2 ...<-chan emittera.Event)
func (*FakeEmitterInterface) OffArgsForCall ¶
func (fake *FakeEmitterInterface) OffArgsForCall(i int) (string, []<-chan emittera.Event)
func (*FakeEmitterInterface) OffCallCount ¶
func (fake *FakeEmitterInterface) OffCallCount() int
func (*FakeEmitterInterface) OffCalls ¶
func (fake *FakeEmitterInterface) OffCalls(stub func(string, ...<-chan emittera.Event))
func (*FakeEmitterInterface) OnArgsForCall ¶
func (fake *FakeEmitterInterface) OnArgsForCall(i int) (string, []func(*emittera.Event))
func (*FakeEmitterInterface) OnCallCount ¶
func (fake *FakeEmitterInterface) OnCallCount() int
func (*FakeEmitterInterface) OnReturns ¶
func (fake *FakeEmitterInterface) OnReturns(result1 <-chan emittera.Event)
func (*FakeEmitterInterface) OnReturnsOnCall ¶
func (fake *FakeEmitterInterface) OnReturnsOnCall(i int, result1 <-chan emittera.Event)
Click to show internal directories.
Click to hide internal directories.