mock_service

package
v0.0.0-...-d8ec886 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Sep 10, 2023 License: MIT Imports: 3 Imported by: 0

Documentation

Overview

Package mock_service 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) EXPECT

EXPECT returns an object that allows the caller to indicate expected use.

func (*MockUserService) FindUserByEmail

func (m *MockUserService) FindUserByEmail(arg0 string) (*models.DBUserResponse, error)

FindUserByEmail mocks base method.

func (*MockUserService) FindUserById

func (m *MockUserService) FindUserById(arg0 string) (*models.DBUserResponse, error)

FindUserById mocks base method.

func (*MockUserService) RemoveUserById

func (m *MockUserService) RemoveUserById(arg0 string) error

RemoveUserById mocks base method.

func (*MockUserService) UpdateUserById

func (m *MockUserService) UpdateUserById(arg0 string, arg1 *models.UpdateInput) (*models.DBUserResponse, error)

UpdateUserById mocks base method.

type MockUserServiceMockRecorder

type MockUserServiceMockRecorder struct {
	// contains filtered or unexported fields
}

MockUserServiceMockRecorder is the mock recorder for MockUserService.

func (*MockUserServiceMockRecorder) FindUserByEmail

func (mr *MockUserServiceMockRecorder) FindUserByEmail(arg0 interface{}) *gomock.Call

FindUserByEmail indicates an expected call of FindUserByEmail.

func (*MockUserServiceMockRecorder) FindUserById

func (mr *MockUserServiceMockRecorder) FindUserById(arg0 interface{}) *gomock.Call

FindUserById indicates an expected call of FindUserById.

func (*MockUserServiceMockRecorder) RemoveUserById

func (mr *MockUserServiceMockRecorder) RemoveUserById(arg0 interface{}) *gomock.Call

RemoveUserById indicates an expected call of RemoveUserById.

func (*MockUserServiceMockRecorder) UpdateUserById

func (mr *MockUserServiceMockRecorder) UpdateUserById(arg0, arg1 interface{}) *gomock.Call

UpdateUserById indicates an expected call of UpdateUserById.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL