# Functions
NewAccessServiceMock returns a mock for service.AccessService.
NewAuthServiceMock returns a mock for service.AuthService.
NewUserServiceMock returns a mock for service.UserService.
# Structs
AccessServiceMock implements service.AccessService.
AccessServiceMockCheckExpectation specifies expectation struct of the AccessService.Check.
AccessServiceMockCheckParamPtrs contains pointers to parameters of the AccessService.Check.
AccessServiceMockCheckParams contains parameters of the AccessService.Check.
AccessServiceMockCheckResults contains results of the AccessService.Check.
AuthServiceMock implements service.AuthService.
AuthServiceMockGetAccessTokenExpectation specifies expectation struct of the AuthService.GetAccessToken.
AuthServiceMockGetAccessTokenParamPtrs contains pointers to parameters of the AuthService.GetAccessToken.
AuthServiceMockGetAccessTokenParams contains parameters of the AuthService.GetAccessToken.
AuthServiceMockGetAccessTokenResults contains results of the AuthService.GetAccessToken.
AuthServiceMockGetRefreshTokenExpectation specifies expectation struct of the AuthService.GetRefreshToken.
AuthServiceMockGetRefreshTokenParamPtrs contains pointers to parameters of the AuthService.GetRefreshToken.
AuthServiceMockGetRefreshTokenParams contains parameters of the AuthService.GetRefreshToken.
AuthServiceMockGetRefreshTokenResults contains results of the AuthService.GetRefreshToken.
AuthServiceMockLoginExpectation specifies expectation struct of the AuthService.Login.
AuthServiceMockLoginParamPtrs contains pointers to parameters of the AuthService.Login.
AuthServiceMockLoginParams contains parameters of the AuthService.Login.
AuthServiceMockLoginResults contains results of the AuthService.Login.
UserServiceMock implements service.UserService.
UserServiceMockCreateExpectation specifies expectation struct of the UserService.Create.
UserServiceMockCreateParamPtrs contains pointers to parameters 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.
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.
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.