Versions in this module Expand all Collapse all v1 v1.0.2 Oct 6, 2020 v1.0.1 Oct 6, 2020 Changes in this version + type User struct + CreatedAt time.Time + Email string + ID string + Name string + Password string + UpdatedAt time.Time + func (c *User) BeforeCreate(scope *gorm.Scope) error + func (c *User) TableName() string