(ctx context.Context, profile domain.Profile)
| 25 | ChangePassword(ctx context.Context, username string, password string, newPassword string, confirmPassword string) error |
| 26 | DeleteUser(ctx context.Context, username string, password string, uid int64) error |
| 27 | UpdateProfile(ctx context.Context, profile domain.Profile) error |
| 28 | GetProfileByUserID(ctx context.Context, UserID int64) (domain.Profile, error) |
| 29 | ListUser(ctx context.Context, pagination domain.Pagination) ([]domain.UserWithProfile, error) |
| 30 | UpdateProfileAdmin(ctx context.Context, profile domain.Profile) error |
no outgoing calls
no test coverage detected