# Functions
NewUserServiceMock returns a mock for service.UserService.
# Structs
UserServiceMock implements service.UserService.
UserServiceMockCreateUserExpectation specifies expectation struct of the UserService.CreateUser.
UserServiceMockCreateUserParamPtrs contains pointers to parameters of the UserService.CreateUser.
UserServiceMockCreateUserParams contains parameters of the UserService.CreateUser.
UserServiceMockCreateUserResults contains results of the UserService.CreateUser.
UserServiceMockDeleteUserByIDExpectation specifies expectation struct of the UserService.DeleteUserByID.
UserServiceMockDeleteUserByIDParamPtrs contains pointers to parameters of the UserService.DeleteUserByID.
UserServiceMockDeleteUserByIDParams contains parameters of the UserService.DeleteUserByID.
UserServiceMockDeleteUserByIDResults contains results of the UserService.DeleteUserByID.
UserServiceMockGetUserByIDExpectation specifies expectation struct of the UserService.GetUserByID.
UserServiceMockGetUserByIDParamPtrs contains pointers to parameters of the UserService.GetUserByID.
UserServiceMockGetUserByIDParams contains parameters of the UserService.GetUserByID.
UserServiceMockGetUserByIDResults contains results of the UserService.GetUserByID.
UserServiceMockUpdateUserByIDExpectation specifies expectation struct of the UserService.UpdateUserByID.
UserServiceMockUpdateUserByIDParamPtrs contains pointers to parameters of the UserService.UpdateUserByID.
UserServiceMockUpdateUserByIDParams contains parameters of the UserService.UpdateUserByID.
UserServiceMockUpdateUserByIDResults contains results of the UserService.UpdateUserByID.