//
pkg.gl
Category
github.com/uberswe/golang-base-project
models
package
1.0.0
Repository:
https://github.com/uberswe/golang-base-project.git
Documentation:
pkg.go.dev
Overview
Versions
1
Dependencies
2
Dependents
3
Files
53 SLOC
#
Constants
TokenPasswordReset
TokenPasswordReset is a constant used to identify tokens used for password resets.
TokenUserActivation
TokenUserActivation is a constant used to identify tokens used for user activation.
#
Structs
Session
Session holds information about user sessions and when they expire.
Token
Token holds tokens typically used for user activation and password resets.
User
User holds information relating to users that use the application.
Website
Website holds information about different websites.