Documentation ¶
Index ¶
- type MockModel
- func (_m *MockModel) All() ([]room.Data, errors.Error)
- func (_m *MockModel) Create(_param0 string, _param1 string) errors.Error
- func (_m *MockModel) Delete(_param0 string, _param1 string) errors.Error
- func (_m *MockModel) EXPECT() *_MockModelRecorder
- func (_m *MockModel) Rename(_param0 string, _param1 string, _param2 string) errors.Error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockModel ¶
type MockModel struct {
// contains filtered or unexported fields
}
Mock of Model interface
func NewMockModel ¶
func NewMockModel(ctrl *gomock.Controller) *MockModel
Click to show internal directories.
Click to hide internal directories.