Documentation
¶
Overview ¶
Package dispatcher is a generated GoMock package.
Index ¶
- type MockDispatcher
- func (m *MockDispatcher) EXPECT() *MockDispatcherMockRecorder
- func (m *MockDispatcher) Match(arg0 message.Object) []execution.Executor
- func (m *MockDispatcher) SubscribeForAllEvents(arg0 execution.Executor) dispatcher.Dispatcher
- func (m *MockDispatcher) SubscribeForCmd(arg0 message.Object, arg1 execution.Executor) dispatcher.Dispatcher
- func (m *MockDispatcher) SubscribeForEvent(arg0 message.Object, arg1 execution.Executor) dispatcher.Dispatcher
- type MockDispatcherMockRecorder
- func (mr *MockDispatcherMockRecorder) Match(arg0 interface{}) *gomock.Call
- func (mr *MockDispatcherMockRecorder) SubscribeForAllEvents(arg0 interface{}) *gomock.Call
- func (mr *MockDispatcherMockRecorder) SubscribeForCmd(arg0, arg1 interface{}) *gomock.Call
- func (mr *MockDispatcherMockRecorder) SubscribeForEvent(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockDispatcher ¶
type MockDispatcher struct {
// contains filtered or unexported fields
}
MockDispatcher is a mock of Dispatcher interface.
func NewMockDispatcher ¶
func NewMockDispatcher(ctrl *gomock.Controller) *MockDispatcher
NewMockDispatcher creates a new mock instance.
func (*MockDispatcher) EXPECT ¶
func (m *MockDispatcher) EXPECT() *MockDispatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockDispatcher) Match ¶
func (m *MockDispatcher) Match(arg0 message.Object) []execution.Executor
Match mocks base method.
func (*MockDispatcher) SubscribeForAllEvents ¶
func (m *MockDispatcher) SubscribeForAllEvents(arg0 execution.Executor) dispatcher.Dispatcher
SubscribeForAllEvents mocks base method.
func (*MockDispatcher) SubscribeForCmd ¶
func (m *MockDispatcher) SubscribeForCmd(arg0 message.Object, arg1 execution.Executor) dispatcher.Dispatcher
SubscribeForCmd mocks base method.
func (*MockDispatcher) SubscribeForEvent ¶
func (m *MockDispatcher) SubscribeForEvent(arg0 message.Object, arg1 execution.Executor) dispatcher.Dispatcher
SubscribeForEvent mocks base method.
type MockDispatcherMockRecorder ¶
type MockDispatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockDispatcherMockRecorder is the mock recorder for MockDispatcher.
func (*MockDispatcherMockRecorder) Match ¶
func (mr *MockDispatcherMockRecorder) Match(arg0 interface{}) *gomock.Call
Match indicates an expected call of Match.
func (*MockDispatcherMockRecorder) SubscribeForAllEvents ¶
func (mr *MockDispatcherMockRecorder) SubscribeForAllEvents(arg0 interface{}) *gomock.Call
SubscribeForAllEvents indicates an expected call of SubscribeForAllEvents.
func (*MockDispatcherMockRecorder) SubscribeForCmd ¶
func (mr *MockDispatcherMockRecorder) SubscribeForCmd(arg0, arg1 interface{}) *gomock.Call
SubscribeForCmd indicates an expected call of SubscribeForCmd.
func (*MockDispatcherMockRecorder) SubscribeForEvent ¶
func (mr *MockDispatcherMockRecorder) SubscribeForEvent(arg0, arg1 interface{}) *gomock.Call
SubscribeForEvent indicates an expected call of SubscribeForEvent.