Documentation ¶
Overview ¶
Code generated by counterfeiter. DO NOT EDIT.
Code generated by counterfeiter. DO NOT EDIT.
Index ¶
- type Event
- func (fake *Event) Invocations() map[string][][]interface{}
- func (fake *Event) Message() interface{}
- func (fake *Event) MessageCallCount() int
- func (fake *Event) MessageCalls(stub func() interface{})
- func (fake *Event) MessageReturns(result1 interface{})
- func (fake *Event) MessageReturnsOnCall(i int, result1 interface{})
- func (fake *Event) Topic() string
- func (fake *Event) TopicCallCount() int
- func (fake *Event) TopicCalls(stub func() string)
- func (fake *Event) TopicReturns(result1 string)
- func (fake *Event) TopicReturnsOnCall(i int, result1 string)
- type Listener
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Event ¶
type Event struct { MessageStub func() interface{} TopicStub func() string // contains filtered or unexported fields }
func (*Event) Invocations ¶
func (*Event) MessageCallCount ¶
func (*Event) MessageCalls ¶
func (fake *Event) MessageCalls(stub func() interface{})
func (*Event) MessageReturns ¶
func (fake *Event) MessageReturns(result1 interface{})
func (*Event) MessageReturnsOnCall ¶
func (*Event) TopicCallCount ¶
func (*Event) TopicCalls ¶
func (*Event) TopicReturns ¶
func (*Event) TopicReturnsOnCall ¶
type Listener ¶
func (*Listener) Invocations ¶
func (*Listener) OnReceiveArgsForCall ¶
func (*Listener) OnReceiveCallCount ¶
func (*Listener) OnReceiveCalls ¶
Click to show internal directories.
Click to hide internal directories.