Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Client ¶ added in v0.6.0
type Client struct { gorm.Model ID string `gorm:"type:varchar(36);primaryKey;"` Email string `gorm:"type:varchar(320);uniqueIndex"` Password string `gorm:"type:varchar(255)"` // private field ValidationEmail bool `gorm:"type:boolean;default:false"` CGU bool `gorm:"type:boolean;default:false"` Newsletter bool `gorm:"type:boolean;default:false"` }
func (*Client) CompareHash ¶ added in v0.6.0
Click to show internal directories.
Click to hide internal directories.