package
Version:
v1.0.2
Opens a new window with list of versions in this module.
Published: May 4, 2024
License: MIT
Opens a new window with license information.
Imports: 3
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type OauthRedis struct {
Token string `json:"token"`
LastLogin string `json:"last_login"`
}
type User struct {
UserID string `json:"userID"`
Account string `json:"account"`
Password string `json:"password"`
Gender string `json:"gender"`
BirthDay string `json:"birthday"`
}
func (user *User) ToDAO()
Source Files
¶
Directories
¶
Click to show internal directories.
Click to hide internal directories.