Documentation
¶
Overview ¶
Package eventsourcing is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockCommandHandlerClient ¶
type MockCommandHandlerClient struct {
// contains filtered or unexported fields
}
MockCommandHandlerClient is a mock of CommandHandlerClient interface.
func NewMockCommandHandlerClient ¶
func NewMockCommandHandlerClient(ctrl *gomock.Controller) *MockCommandHandlerClient
NewMockCommandHandlerClient creates a new mock instance.
func (*MockCommandHandlerClient) EXPECT ¶
func (m *MockCommandHandlerClient) EXPECT() *MockCommandHandlerClientMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockCommandHandlerClient) Execute ¶
func (m *MockCommandHandlerClient) Execute(arg0 context.Context, arg1 *commands.Command, arg2 ...grpc.CallOption) (*eventsourcing.CommandReply, error)
Execute mocks base method.
type MockCommandHandlerClientMockRecorder ¶
type MockCommandHandlerClientMockRecorder struct {
// contains filtered or unexported fields
}
MockCommandHandlerClientMockRecorder is the mock recorder for MockCommandHandlerClient.
func (*MockCommandHandlerClientMockRecorder) Execute ¶
func (mr *MockCommandHandlerClientMockRecorder) Execute(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call
Execute indicates an expected call of Execute.
Click to show internal directories.
Click to hide internal directories.