Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
Functions ¶
This section is empty.
Types ¶
type UserRepository ¶
type UserRepository struct{}
func (*UserRepository) GetByEmail ¶
func (u *UserRepository) GetByEmail(email string) (*models.User, error)
func (*UserRepository) UpdatePassword ¶
func (ur *UserRepository) UpdatePassword(id uuid.UUID, passwordHash string) error
Click to show internal directories.
Click to hide internal directories.