Versions in this module Expand all Collapse all v1 v1.0.0 May 9, 2024 Changes in this version + type UserEntity struct + CreatedAt time.Time + DeletedAt *time.Time + ID uuid.UUID + Name string + Phone string + UpdatedAt time.Time + func (c *UserEntity) TableName() string