Discover Packages
github.com/HironixRotifer/test-case-postgres-jwt
internal
models
package
Version:
v0.0.0-...-cfcff58
Opens a new window with list of versions in this module.
Published: Feb 18, 2025
License: MIT
Opens a new window with license information.
Imports: 0
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
Documentation
¶
type JwtCustom struct {
AccessToken string `json:"access_token"`
RefreshToken string `json:"refresh_token"`
}
type User struct {
UID int `json:"uid"`
Email string `json:"email"`
Login string `json:"login"`
Password string `json:"password"`
Salt string `json:"salt"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.