# Functions
NewUserServiceMock returns a mock for service.UserService.
# Structs
UserServiceMock implements service.UserService.
UserServiceMockDeleteExpectation specifies expectation struct of the UserService.Delete.
UserServiceMockDeleteParamPtrs contains pointers to parameters of the UserService.Delete.
UserServiceMockDeleteParams contains parameters of the UserService.Delete.
UserServiceMockDeleteResults contains results of the UserService.Delete.
UserServiceMockGetExpectation specifies expectation struct of the UserService.Get.
UserServiceMockGetParamPtrs contains pointers to parameters of the UserService.Get.
UserServiceMockGetParams contains parameters of the UserService.Get.
UserServiceMockGetResults contains results of the UserService.Get.
UserServiceMockRegisterExpectation specifies expectation struct of the UserService.Register.
UserServiceMockRegisterParamPtrs contains pointers to parameters of the UserService.Register.
UserServiceMockRegisterParams contains parameters of the UserService.Register.
UserServiceMockRegisterResults contains results of the UserService.Register.
UserServiceMockUpdateExpectation specifies expectation struct of the UserService.Update.
UserServiceMockUpdateParamPtrs contains pointers to parameters of the UserService.Update.
UserServiceMockUpdateParams contains parameters of the UserService.Update.
UserServiceMockUpdateResults contains results of the UserService.Update.