package
Version:
v0.1.9
Opens a new window with list of versions in this module.
Published: Mar 19, 2026
License: Apache-2.0
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
¶
type UserInfo struct {
Username string `json:"username"`
Roles []string `json:"roles"`
Nickname string `json:"nickname,omitempty"`
Email string `json:"email,omitempty"`
Phone string `json:"phone,omitempty"`
}
UserInfo represents user information with roles and contact details.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.