Documentation ¶
Index ¶
Constants ¶
View Source
const ( LDAP = "LDAP" LOCAL = "LOCAL" )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Authenticate ¶
type ImportResult ¶ added in v1.5.3
type ImportUser ¶ added in v1.5.3
type User ¶
type User struct { v1.BaseModel `storm:"inline"` v1.Metadata `storm:"inline"` NickName string `json:"nickName" storm:"index"` Email string `json:"email" storm:"unique"` Language string `json:"language"` IsAdmin bool `json:"isAdmin"` Authenticate Authenticate `json:"authenticate"` Type string `json:"type"` Mfa Mfa `json:"mfa"` }
Click to show internal directories.
Click to hide internal directories.