mock_eventsourcing

package
v0.7.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Feb 9, 2024 License: Apache-2.0 Imports: 8 Imported by: 0

Documentation

Overview

Package mock_eventsourcing is a generated GoMock package.

Package mock_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

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockCommandHandlerClient) Execute

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.

type MockEventStoreClient

type MockEventStoreClient struct {
	// contains filtered or unexported fields
}

MockEventStoreClient is a mock of EventStoreClient interface.

func NewMockEventStoreClient

func NewMockEventStoreClient(ctrl *gomock.Controller) *MockEventStoreClient

NewMockEventStoreClient creates a new mock instance.

func (*MockEventStoreClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventStoreClient) Retrieve

Retrieve mocks base method.

func (*MockEventStoreClient) RetrieveOr

RetrieveOr mocks base method.

func (*MockEventStoreClient) Store

Store mocks base method.

type MockEventStoreClientMockRecorder

type MockEventStoreClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEventStoreClientMockRecorder is the mock recorder for MockEventStoreClient.

func (*MockEventStoreClientMockRecorder) Retrieve

func (mr *MockEventStoreClientMockRecorder) Retrieve(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

Retrieve indicates an expected call of Retrieve.

func (*MockEventStoreClientMockRecorder) RetrieveOr

func (mr *MockEventStoreClientMockRecorder) RetrieveOr(arg0, arg1 interface{}, arg2 ...interface{}) *gomock.Call

RetrieveOr indicates an expected call of RetrieveOr.

func (*MockEventStoreClientMockRecorder) Store

func (mr *MockEventStoreClientMockRecorder) Store(arg0 interface{}, arg1 ...interface{}) *gomock.Call

Store indicates an expected call of Store.

type MockEventStore_RetrieveClient

type MockEventStore_RetrieveClient struct {
	// contains filtered or unexported fields
}

MockEventStore_RetrieveClient is a mock of EventStore_RetrieveClient interface.

func NewMockEventStore_RetrieveClient

func NewMockEventStore_RetrieveClient(ctrl *gomock.Controller) *MockEventStore_RetrieveClient

NewMockEventStore_RetrieveClient creates a new mock instance.

func (*MockEventStore_RetrieveClient) CloseSend

func (m *MockEventStore_RetrieveClient) CloseSend() error

CloseSend mocks base method.

func (*MockEventStore_RetrieveClient) Context

Context mocks base method.

func (*MockEventStore_RetrieveClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventStore_RetrieveClient) Header

Header mocks base method.

func (*MockEventStore_RetrieveClient) Recv

Recv mocks base method.

func (*MockEventStore_RetrieveClient) RecvMsg

func (m *MockEventStore_RetrieveClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method.

func (*MockEventStore_RetrieveClient) SendMsg

func (m *MockEventStore_RetrieveClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method.

func (*MockEventStore_RetrieveClient) Trailer

Trailer mocks base method.

type MockEventStore_RetrieveClientMockRecorder

type MockEventStore_RetrieveClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEventStore_RetrieveClientMockRecorder is the mock recorder for MockEventStore_RetrieveClient.

func (*MockEventStore_RetrieveClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockEventStore_RetrieveClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockEventStore_RetrieveClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockEventStore_RetrieveClientMockRecorder) Recv

Recv indicates an expected call of Recv.

func (*MockEventStore_RetrieveClientMockRecorder) RecvMsg

func (mr *MockEventStore_RetrieveClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockEventStore_RetrieveClientMockRecorder) SendMsg

func (mr *MockEventStore_RetrieveClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockEventStore_RetrieveClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

type MockEventStore_StoreClient

type MockEventStore_StoreClient struct {
	// contains filtered or unexported fields
}

MockEventStore_StoreClient is a mock of EventStore_StoreClient interface.

func NewMockEventStore_StoreClient

func NewMockEventStore_StoreClient(ctrl *gomock.Controller) *MockEventStore_StoreClient

NewMockEventStore_StoreClient creates a new mock instance.

func (*MockEventStore_StoreClient) CloseAndRecv

func (m *MockEventStore_StoreClient) CloseAndRecv() (*emptypb.Empty, error)

CloseAndRecv mocks base method.

func (*MockEventStore_StoreClient) CloseSend

func (m *MockEventStore_StoreClient) CloseSend() error

CloseSend mocks base method.

func (*MockEventStore_StoreClient) Context

Context mocks base method.

func (*MockEventStore_StoreClient) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockEventStore_StoreClient) Header

Header mocks base method.

func (*MockEventStore_StoreClient) RecvMsg

func (m *MockEventStore_StoreClient) RecvMsg(arg0 interface{}) error

RecvMsg mocks base method.

func (*MockEventStore_StoreClient) Send

Send mocks base method.

func (*MockEventStore_StoreClient) SendMsg

func (m *MockEventStore_StoreClient) SendMsg(arg0 interface{}) error

SendMsg mocks base method.

func (*MockEventStore_StoreClient) Trailer

func (m *MockEventStore_StoreClient) Trailer() metadata.MD

Trailer mocks base method.

type MockEventStore_StoreClientMockRecorder

type MockEventStore_StoreClientMockRecorder struct {
	// contains filtered or unexported fields
}

MockEventStore_StoreClientMockRecorder is the mock recorder for MockEventStore_StoreClient.

func (*MockEventStore_StoreClientMockRecorder) CloseAndRecv

CloseAndRecv indicates an expected call of CloseAndRecv.

func (*MockEventStore_StoreClientMockRecorder) CloseSend

CloseSend indicates an expected call of CloseSend.

func (*MockEventStore_StoreClientMockRecorder) Context

Context indicates an expected call of Context.

func (*MockEventStore_StoreClientMockRecorder) Header

Header indicates an expected call of Header.

func (*MockEventStore_StoreClientMockRecorder) RecvMsg

func (mr *MockEventStore_StoreClientMockRecorder) RecvMsg(arg0 interface{}) *gomock.Call

RecvMsg indicates an expected call of RecvMsg.

func (*MockEventStore_StoreClientMockRecorder) Send

func (mr *MockEventStore_StoreClientMockRecorder) Send(arg0 interface{}) *gomock.Call

Send indicates an expected call of Send.

func (*MockEventStore_StoreClientMockRecorder) SendMsg

func (mr *MockEventStore_StoreClientMockRecorder) SendMsg(arg0 interface{}) *gomock.Call

SendMsg indicates an expected call of SendMsg.

func (*MockEventStore_StoreClientMockRecorder) Trailer

Trailer indicates an expected call of Trailer.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL