MCPcopy Index your code
hub / github.com/apache/answer / UpdatePass

Method UpdatePass

internal/service/user_common/user.go:53–53  ·  view source on GitHub ↗
(ctx context.Context, userID, pass string)

Source from the content-addressed store, hash-verified

51 UpdateEmail(ctx context.Context, userID, email string) error
52 UpdateUserInterface(ctx context.Context, userID, language, colorSchema string) (err error)
53 UpdatePass(ctx context.Context, userID, pass string) error
54 UpdateInfo(ctx context.Context, userInfo *entity.User) (err error)
55 UpdateUserProfile(ctx context.Context, userInfo *entity.User) (err error)
56 GetByUserID(ctx context.Context, userID string) (userInfo *entity.User, exist bool, err error)

Callers 4

ResetPasswordFunction · 0.95
Test_userRepo_UpdatePassFunction · 0.95
UserModifyPasswordMethod · 0.65

Implementers 1

userRepointernal/repo/user/user_repo.go

Calls

no outgoing calls

Tested by 1

Test_userRepo_UpdatePassFunction · 0.76