Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type GoUserPathBack ¶ added in v0.0.4
type GoUserRole ¶ added in v0.0.4
type GoUserRolePath ¶ added in v0.0.4
type GoUserRolePath struct { gorm.Model RolePathId uint `gorm:"column:id"` GoUserRoleId uint `gorm:"column:role_id;not null"` GoUserRole GoUserRole GoUserPathBackId uint `gorm:"column:path_back_id;not null"` GoUserPathBack GoUserPathBack }
type GoUserUser ¶ added in v0.0.4
type GoUserUser struct { gorm.Model UserId uint `gorm:"column:id"` Email string `gorm:"column:email;not null"` Name string `gorm:"column:name;not null"` SubName string `gorm:"column:sub_name"` Enabled bool `gorm:"column:enabled;not null"` Password string `gorm:"column:password;not null"` GoUserRoleId uint `gorm:"column:role_id;not null"` GoUserRole GoUserRole CodeValidateEmail *string `gorm:"column:code_validate_email"` CodeRemenberPassword *string `gorm:"column:code_remenber_password"` }
type GoUserUserAttributtes ¶ added in v0.0.4
type GoUserUserMigration ¶ added in v0.0.4
type GoUserUserPath ¶ added in v0.0.4
type GoUserUserPath struct { gorm.Model UserPathId uint `gorm:"column:id"` GoUserUserId uint `gorm:"column:user_id;not null"` GoUserUser GoUserUser GoUserPathBackId uint `gorm:"column:path_back_id;not null"` GoUserPathBack GoUserPathBack }
Click to show internal directories.
Click to hide internal directories.