This website works better with JavaScript.
Home
Explore
Help
Sign In
x
/
users
Watch
1
Star
0
Fork
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
10
Commits
1
Branch
0
Tags
177 KiB
Go
87.9%
Nix
12.1%
Tree:
f6346f5c7b
master
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from 'f6346f5c7b'
${ noResults }
users
/
server
/
models
/
password_token.go
7 lines
91 B
Raw
Blame
History
package
models
type
PasswordToken
struct
{
Token
string
Expires
int64
UserID
uint
}
Reference in new issue