Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/JacobSNGoodwin/memrizr
/ functions
Functions
142 in github.com/JacobSNGoodwin/memrizr
⨍
Functions
142
◇
Types & classes
38
Method
Signup
Signup is a mock of UserService.Signup
account/model/mocks/user_service.go:52
Method
Signup
Signup handler
account/handler/signup.go:20
Function
Status
Status checks the runtime type of the error and returns an http status code if the error is model.Error
account/model/apperrors/apperrors.go:68
Function
TestAuthUser
(t *testing.T)
account/handler/middleware/auth_user_test.go:17
Function
TestDeleteImage
(t *testing.T)
account/handler/delete_image_test.go:18
Function
TestDetails
(t *testing.T)
account/handler/details_test.go:19
Function
TestGet
(t *testing.T)
account/service/user_service_test.go:17
Function
TestImage
(t *testing.T)
account/handler/image_test.go:19
Function
TestMe
(t *testing.T)
account/handler/me_test.go:19
Function
TestNewPairFromUser
(t *testing.T)
account/service/token_service_test.go:20
Function
TestSetProfileImage
(t *testing.T)
account/service/user_service_test.go:260
Function
TestSignin
(t *testing.T)
account/service/user_service_test.go:123
Function
TestSignin
(t *testing.T)
account/handler/signin_test.go:18
Function
TestSignout
(t *testing.T)
account/service/token_service_test.go:200
Function
TestSignout
(t *testing.T)
account/handler/signout_test.go:20
Function
TestSignup
(t *testing.T)
account/service/user_service_test.go:60
Function
TestSignup
(t *testing.T)
account/handler/signup_test.go:18
Function
TestTokens
(t *testing.T)
account/handler/tokens_test.go:19
Function
TestUpdateDetails
(t *testing.T)
account/service/user_service_test.go:200
Function
TestValidateIDToken
(t *testing.T)
account/service/token_service_test.go:234
Function
TestValidateRefreshToken
(t *testing.T)
account/service/token_service_test.go:298
Function
Timeout
Timeout wraps the request context with a timeout
account/handler/middleware/timeout.go:22
Method
Tokens
Tokens handler
account/handler/tokens.go:16
Method
Update
Update is mock of UserRepository.Update
account/model/mocks/user_repository.go:65
Method
Update
Update updates a user's properties
account/repository/pg_user_repository.go:73
Method
UpdateDetails
(ctx context.Context, u *model.User)
account/service/user_service.go:133
Method
UpdateDetails
UpdateDetails is a mock of UserService.UpdateDetails
account/model/mocks/user_service.go:76
Method
UpdateImage
UpdateImage is mock of UserRepository.UpdateImage, duh
account/model/mocks/user_repository.go:77
Method
UpdateImage
UpdateImage is used to separately update a user's image separate from other account details
account/repository/pg_user_repository.go:98
Method
UpdateProfile
UpdateProfile is mock of representations of ImageRepository Update Profile
account/model/mocks/image_repository.go:28
Method
UpdateProfile
( ctx context.Context, objName string, imageFile multipart.File, )
account/repository/gc_image_repository.go:41
Method
ValidateIDToken
ValidateIDToken validates the id token jwt string It returns the user extract from the IDTokenCustomClaims
account/service/token_service.go:95
Method
ValidateIDToken
ValidateIDToken mocks concrete ValidateIDToken
account/model/mocks/token_service.go:49
Method
ValidateRefreshToken
ValidateRefreshToken checks to make sure the JWT provided by a string is valid and returns a RefreshToken if valid
account/service/token_service.go:109
Method
ValidateRefreshToken
ValidateRefreshToken mocks concrete ValidateRefreshToken
account/model/mocks/token_service.go:69
Function
initializeUser
()
account-client/src/store/auth.js:52
Function
main
()
account/main.go:13
Function
signin
(email, password)
account-client/src/store/auth.js:20
Function
signout
()
account-client/src/store/auth.js:26
Function
signup
(email, password)
account-client/src/store/auth.js:23
Function
useAuth
()
account-client/src/store/auth.js:118
Function
useRequest
(reqOptions, options)
account-client/src/util/index.js:36
← previous
101–142 of 142, ranked by callers