package
Version:
v0.0.0-...-431252f
Opens a new window with list of versions in this module.
Published: Apr 11, 2022
License: BSL-1.0
Opens a new window with license information.
Imports: 9
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Forgot struct {
Client *redis.Client
Expire time.Duration
}
Get returns user id
key: hash key
New forgot password event
key: hash key
type Reset struct {
Client *redis.Client
Expire time.Duration
}
Get returns user id
key: hash key
New reset password event
key: hash key
type Verify struct {
Client *redis.Client
Expire time.Duration
}
New creates verify user event
user: user struct with password, mail...
key: hash key
Source Files
¶
Click to show internal directories.
Click to hide internal directories.