Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Repo ¶
type Repo interface { GetOneByToken(token string) (*pswd.PasswordReset, error) Create(pswd *pswd.PasswordReset) error Delete(id uint) error }
PasswordReset Repo interface
func CreatePasswordReserRepo ¶
create an instance of PasswordResetRepo
Click to show internal directories.
Click to hide internal directories.