Documentation ¶
Overview ¶
Package mock_communicationmethodfield is a generated GoMock package.
Index ¶
- type MockICommunicationMethodFieldService
- func (m *MockICommunicationMethodFieldService) DoDelete(arg0 context.Context, arg1, arg2, arg3 string) message.IMessage
- func (m *MockICommunicationMethodFieldService) DoRead(arg0 context.Context, arg1, arg2, arg3 string) (*communicationmethodfield.CommunicationMethodField, message.IMessage)
- func (m *MockICommunicationMethodFieldService) DoReadAll(arg0 context.Context, arg1, arg2 string) ([]*communicationmethodfield.CommunicationMethodField, message.IMessage)
- func (m *MockICommunicationMethodFieldService) DoSave(arg0 context.Context, arg1 *communicationmethodfield.CommunicationMethodField) message.IMessage
- func (m *MockICommunicationMethodFieldService) EXPECT() *MockICommunicationMethodFieldServiceMockRecorder
- type MockICommunicationMethodFieldServiceMockRecorder
- func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoDelete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoRead(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoReadAll(arg0, arg1, arg2 interface{}) *gomock.Call
- func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockICommunicationMethodFieldService ¶
type MockICommunicationMethodFieldService struct {
// contains filtered or unexported fields
}
MockICommunicationMethodFieldService is a mock of ICommunicationMethodFieldService interface
func NewMockICommunicationMethodFieldService ¶
func NewMockICommunicationMethodFieldService(ctrl *gomock.Controller) *MockICommunicationMethodFieldService
NewMockICommunicationMethodFieldService creates a new mock instance
func (*MockICommunicationMethodFieldService) DoDelete ¶
func (m *MockICommunicationMethodFieldService) DoDelete(arg0 context.Context, arg1, arg2, arg3 string) message.IMessage
DoDelete mocks base method
func (*MockICommunicationMethodFieldService) DoRead ¶
func (m *MockICommunicationMethodFieldService) DoRead(arg0 context.Context, arg1, arg2, arg3 string) (*communicationmethodfield.CommunicationMethodField, message.IMessage)
DoRead mocks base method
func (*MockICommunicationMethodFieldService) DoReadAll ¶
func (m *MockICommunicationMethodFieldService) DoReadAll(arg0 context.Context, arg1, arg2 string) ([]*communicationmethodfield.CommunicationMethodField, message.IMessage)
DoReadAll mocks base method
func (*MockICommunicationMethodFieldService) DoSave ¶
func (m *MockICommunicationMethodFieldService) DoSave(arg0 context.Context, arg1 *communicationmethodfield.CommunicationMethodField) message.IMessage
DoSave mocks base method
func (*MockICommunicationMethodFieldService) EXPECT ¶
func (m *MockICommunicationMethodFieldService) EXPECT() *MockICommunicationMethodFieldServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use
type MockICommunicationMethodFieldServiceMockRecorder ¶
type MockICommunicationMethodFieldServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockICommunicationMethodFieldServiceMockRecorder is the mock recorder for MockICommunicationMethodFieldService
func (*MockICommunicationMethodFieldServiceMockRecorder) DoDelete ¶
func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoDelete(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DoDelete indicates an expected call of DoDelete
func (*MockICommunicationMethodFieldServiceMockRecorder) DoRead ¶
func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoRead(arg0, arg1, arg2, arg3 interface{}) *gomock.Call
DoRead indicates an expected call of DoRead
func (*MockICommunicationMethodFieldServiceMockRecorder) DoReadAll ¶
func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoReadAll(arg0, arg1, arg2 interface{}) *gomock.Call
DoReadAll indicates an expected call of DoReadAll
func (*MockICommunicationMethodFieldServiceMockRecorder) DoSave ¶
func (mr *MockICommunicationMethodFieldServiceMockRecorder) DoSave(arg0, arg1 interface{}) *gomock.Call
DoSave indicates an expected call of DoSave