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