Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type UserService ¶
UserService is an autogenerated mock type for the UserService type
func (*UserService) AddUser ¶
func (_m *UserService) AddUser(user *entity.User) error
AddUser provides a mock function with given fields: user
func (*UserService) DeleteUser ¶
func (_m *UserService) DeleteUser(id uint64) error
DeleteUser provides a mock function with given fields: id
func (*UserService) GetAll ¶
func (_m *UserService) GetAll() (*[]entity.User, error)
GetAll provides a mock function with given fields:
Click to show internal directories.
Click to hide internal directories.