Versions in this module Expand all Collapse all v0 v0.2.0 Mar 2, 2026 Changes in this version + type BaseModel struct + CreatedAt time.Time + DeletedAt gorm.DeletedAt + ID uuid.UUID + UpdatedAt time.Time + func (b *BaseModel) BeforeCreate(_ *gorm.DB) error