package
Version:
v1.7.6
Opens a new window with list of versions in this module.
Published: Sep 14, 2024
License: GPL-3.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 Authenticate struct {
Password string `json:"password"`
}
type Mfa struct {
Enable bool `json:"enable"`
}
type UserCreate struct {
Name string `json:"name"`
NickName string `json:"nickName" storm:"index"`
Email string `json:"email" storm:"unique"`
IsAdmin bool `json:"isAdmin"`
Authenticate Authenticate `json:"authenticate"`
Mfa Mfa `json:"mfa"`
Roles []string `json:"roles"`
}
Source Files
¶
Click to show internal directories.
Click to hide internal directories.