Versions in this module Expand all Collapse all v1 v1.10.2 Jun 26, 2023 Changes in this version + var Observers = make([]Observer, 0) + type Observer struct + Model any + Observer contractsorm.Observer v1.10.1 Mar 31, 2023 Changes in this version + const Associations + var ErrRecordNotFound = errors.New("record not found") + type Model struct + ID uint + type SoftDeletes struct + DeletedAt gorm.DeletedAt + type Timestamps struct + CreatedAt time.Time + UpdatedAt time.Time