Documentation ¶
Overview ¶
This file was generated by counterfeiter
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FakeEmitter ¶
type FakeEmitter struct { EmitStub func(routingEvents event.RoutingEvents) error // contains filtered or unexported fields }
func (*FakeEmitter) Emit ¶
func (fake *FakeEmitter) Emit(routingEvents event.RoutingEvents) error
func (*FakeEmitter) EmitArgsForCall ¶
func (fake *FakeEmitter) EmitArgsForCall(i int) event.RoutingEvents
func (*FakeEmitter) EmitCallCount ¶
func (fake *FakeEmitter) EmitCallCount() int
func (*FakeEmitter) EmitReturns ¶
func (fake *FakeEmitter) EmitReturns(result1 error)
Click to show internal directories.
Click to hide internal directories.