package
Version:
v0.1.0
Opens a new window with list of versions in this module.
Published: Jan 17, 2026
License: Apache-2.0
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 User struct {
Username string `json:"username"`
Salt string `json:"salt"`
Password string `json:"password"`
Roles []string `json:"roles"`
Perms []string `json:"perms,omitempty"`
OTPSecret string `json:"otp_secret,omitempty"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.