Versions in this module Expand all Collapse all v1 v1.0.1 Dec 6, 2024 Changes in this version + type User struct + CreatedAt time.Time + DeletedAt time.Time + Email string + ID int64 + Phone string + Remark string + Role uint8 + UpdatedAt time.Time + UserID int64 + WebsiteURL string + func (t *User) TableName() string