package
Version:
v0.0.0-...-c043ed3
Opens a new window with list of versions in this module.
Published: Nov 17, 2021
License: GPL-3.0
Opens a new window with license information.
Imports: 8
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type JWTPayload struct {
Username string `json:"username"`
Iat int64 `json:"iat"`
Exp int64 `json:"exp"`
}
type User struct {
ID int `json:"id"`
Username string `json:"username"`
Password string `json:"password"`
}
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.