package
0.0.0-20240404083532-6f24f9c84e16
Repository: https://github.com/pillarion/practice-auth.git
Documentation: pkg.go.dev

# Functions

NewServiceMock returns a mock for user.Service.

# Structs

ServiceMock implements user.Service.
ServiceMockCreateExpectation specifies expectation struct of the Service.Create.
ServiceMockCreateParams contains parameters of the Service.Create.
ServiceMockCreateResults contains results of the Service.Create.
ServiceMockDeleteExpectation specifies expectation struct of the Service.Delete.
ServiceMockDeleteParams contains parameters of the Service.Delete.
ServiceMockDeleteResults contains results of the Service.Delete.
ServiceMockGetExpectation specifies expectation struct of the Service.Get.
ServiceMockGetParams contains parameters of the Service.Get.
ServiceMockGetResults contains results of the Service.Get.
ServiceMockUpdateExpectation specifies expectation struct of the Service.Update.
ServiceMockUpdateParams contains parameters of the Service.Update.
ServiceMockUpdateResults contains results of the Service.Update.