Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type User ¶
type User struct { Name string `json:"username"` Email string `json:"email"` Password string `json:"password,omitempty"` Admin bool `json:"admin"` ProfileUpdatable bool `json:"profile_updatable"` DisableUIAccess bool `json:"disable_ui_access"` InternalPasswordDisabled *bool `json:"internal_password_disabled"` Groups []string `json:"groups,omitempty"` }
Click to show internal directories.
Click to hide internal directories.