# Functions
NewFlowRepository creates a new instance of FlowRepository.
NewServiceUserService creates a new instance of ServiceUserService.
NewSessionService creates a new instance of SessionService.
NewTokenService creates a new instance of TokenService.
NewUserService creates a new instance of UserService.
# Structs
FlowRepository is an autogenerated mock type for the FlowRepository type.
FlowRepository_Delete_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Delete'.
FlowRepository_DeleteExpiredFlows_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'DeleteExpiredFlows'.
No description provided by the author
FlowRepository_Get_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Get'.
FlowRepository_Set_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Set'.
ServiceUserService is an autogenerated mock type for the ServiceUserService type.
No description provided by the author
ServiceUserService_GetByJWT_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByJWT'.
ServiceUserService_GetBySecret_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetBySecret'.
SessionService is an autogenerated mock type for the SessionService type.
No description provided by the author
SessionService_ExtractFromContext_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'ExtractFromContext'.
TokenService is an autogenerated mock type for the TokenService type.
TokenService_Build_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Build'.
No description provided by the author
TokenService_GetPublicKeySet_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetPublicKeySet'.
TokenService_Parse_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Parse'.
UserService is an autogenerated mock type for the UserService type.
UserService_Create_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Create'.
No description provided by the author
UserService_GetByID_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'GetByID'.
UserService_Update_Call is a *mock.Call that shadows Run/Return methods with type explicit version for method 'Update'.