Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type ResetCodesRepo ¶
type ResetCodesRepo struct {
// contains filtered or unexported fields
}
func NewResetCodesRepo ¶
func NewResetCodesRepo(redis *redis.Client, resetPasswordTTL time.Duration) *ResetCodesRepo
func (*ResetCodesRepo) CreateResetPasswordCode ¶
func (*ResetCodesRepo) DeleteResetPasswordCode ¶
func (r *ResetCodesRepo) DeleteResetPasswordCode(ctx context.Context, email string) error
func (*ResetCodesRepo) GetResetPasswordCode ¶
Click to show internal directories.
Click to hide internal directories.