Documentation ¶
Overview ¶
Package mock_handlers is a generated GoMock package.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type MockuserService ¶
type MockuserService struct {
// contains filtered or unexported fields
}
MockuserService is a mock of userService interface.
func NewMockuserService ¶
func NewMockuserService(ctrl *gomock.Controller) *MockuserService
NewMockuserService creates a new mock instance.
func (*MockuserService) CreateUser ¶
CreateUser mocks base method.
func (*MockuserService) EXPECT ¶
func (m *MockuserService) EXPECT() *MockuserServiceMockRecorder
EXPECT returns an object that allows the caller to indicate expected use.
type MockuserServiceMockRecorder ¶
type MockuserServiceMockRecorder struct {
// contains filtered or unexported fields
}
MockuserServiceMockRecorder is the mock recorder for MockuserService.
func (*MockuserServiceMockRecorder) CreateUser ¶
func (mr *MockuserServiceMockRecorder) CreateUser(user interface{}) *gomock.Call
CreateUser indicates an expected call of CreateUser.
Click to show internal directories.
Click to hide internal directories.