package
Version:
v0.0.1
Opens a new window with list of versions in this module.
Published: Jun 6, 2024
License: MIT
Opens a new window with license information.
Imports: 5
Opens a new window with list of imports.
Imported by: 0
Opens a new window with list of known importers.
Documentation
¶
type UserInfo struct {
Username string `json:"username"`
Email string `json:"email"`
Phone string `json:"phone"`
Avatar string `json:"avatar"`
Password string `json:"password"`
}
func GetUserInfo(ctx iris.Context) *UserInfo
Source Files
¶
Click to show internal directories.
Click to hide internal directories.