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 MockServiceDeviceInteractor ¶
type MockServiceDeviceInteractor struct {
// contains filtered or unexported fields
}
MockServiceDeviceInteractor is a mock of ServiceDeviceInteractor interface.
func NewMockServiceDeviceInteractor ¶
func NewMockServiceDeviceInteractor(ctrl *gomock.Controller) *MockServiceDeviceInteractor
NewMockServiceDeviceInteractor creates a new mock instance.
func (*MockServiceDeviceInteractor) EXPECT ¶
func (m *MockServiceDeviceInteractor) EXPECT() *MockServiceDeviceInteractorMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
func (*MockServiceDeviceInteractor) Submit ¶
func (m *MockServiceDeviceInteractor) Submit(in domain.DeviceSubmission) error
Submit mocks base method.
type MockServiceDeviceInteractorMockRecorder ¶
type MockServiceDeviceInteractorMockRecorder struct {
// contains filtered or unexported fields
}
MockServiceDeviceInteractorMockRecorder is the mock recorder for MockServiceDeviceInteractor.
func (*MockServiceDeviceInteractorMockRecorder) Submit ¶
func (mr *MockServiceDeviceInteractorMockRecorder) Submit(in interface{}) *gomock.Call
Submit indicates an expected call of Submit.
Click to show internal directories.
Click to hide internal directories.