package
0.0.0-20240326162802-e1fe0f512cdf
Repository: https://github.com/sysleec/auth.git
Documentation: pkg.go.dev

# Functions

NewUserServiceMock returns a mock for service.UserService.

# Structs

UserServiceMock implements service.UserService.
UserServiceMockCreateExpectation specifies expectation struct of the UserService.Create.
UserServiceMockCreateParams contains parameters of the UserService.Create.
UserServiceMockCreateResults contains results of the UserService.Create.
UserServiceMockDeleteExpectation specifies expectation struct 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.
UserServiceMockGetParams contains parameters of the UserService.Get.
UserServiceMockGetResults contains results of the UserService.Get.
UserServiceMockUpdateExpectation specifies expectation struct of the UserService.Update.
UserServiceMockUpdateParams contains parameters of the UserService.Update.
UserServiceMockUpdateResults contains results of the UserService.Update.