Documentation ¶
Overview ¶
Package mocks is a generated GoMock package.
Index ¶
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) Dispatch ¶
func (m *MockDispatcher) Dispatch(arg0 context.Context, arg1 *protoevents.Event) error
Dispatch mocks base method.
func (*MockDispatcher) EXPECT ¶
func (m *MockDispatcher) EXPECT() *MockDispatcherMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockDispatcherMockRecorder ¶
type MockDispatcherMockRecorder struct {
// contains filtered or unexported fields
}
MockDispatcherMockRecorder is the mock recorder for MockDispatcher.
func (*MockDispatcherMockRecorder) Dispatch ¶
func (mr *MockDispatcherMockRecorder) Dispatch(arg0, arg1 interface{}) *gomock.Call
Dispatch indicates an expected call of Dispatch.
type MockErrorLogger ¶
type MockErrorLogger struct {
// contains filtered or unexported fields
}
MockErrorLogger is a mock of ErrorLogger interface.
func NewMockErrorLogger ¶
func NewMockErrorLogger(ctrl *gomock.Controller) *MockErrorLogger
NewMockErrorLogger creates a new mock instance.
func (*MockErrorLogger) EXPECT ¶
func (m *MockErrorLogger) EXPECT() *MockErrorLoggerMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockErrorLogger) Log ¶
func (m *MockErrorLogger) Log(arg0 context.Context, arg1 *protoevents.Event, arg2 error)
Log mocks base method.
type MockErrorLoggerMockRecorder ¶
type MockErrorLoggerMockRecorder struct {
// contains filtered or unexported fields
}
MockErrorLoggerMockRecorder is the mock recorder for MockErrorLogger.
func (*MockErrorLoggerMockRecorder) Log ¶
func (mr *MockErrorLoggerMockRecorder) Log(arg0, arg1, arg2 interface{}) *gomock.Call
Log indicates an expected call of Log.