package
Version:
v0.0.12
Opens a new window with list of versions in this module.
Published: Aug 25, 2023
License: Apache-2.0
Opens a new window with license information.
Imports: 1
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type Claims struct {
Email string `json:"email"`
Username string `json:"username"`
Name string `json:"name"`
Verified bool `json:"email_verified"`
}
type Token struct {
ID string `json:"id" gorm:"primaryKey"`
Value string `json:"value"`
Endpoint string `json:"endpoint" form:"endpoint" gorm:"index"`
ExpiresAt time.Time `json:"expires_at"`
CreatedAt time.Time `json:"created_at"`
UpdatedAt time.Time `json:"updated_at"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.