package
0.0.0-20231122173517-4180f90802a4
Repository: https://github.com/romanfomindev/microservices-auth.git
Documentation: pkg.go.dev

# Functions

NewUserServiceMock returns a mock for services.UserService.

# Structs

UserServiceMock implements services.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.
UserServiceMockGetByIdExpectation specifies expectation struct of the UserService.GetById.
UserServiceMockGetByIdParams contains parameters of the UserService.GetById.
UserServiceMockGetByIdResults contains results of the UserService.GetById.
UserServiceMockUpdateExpectation specifies expectation struct of the UserService.Update.
UserServiceMockUpdateParams contains parameters of the UserService.Update.
UserServiceMockUpdateResults contains results of the UserService.Update.