Documentation ¶
Index ¶
Constants ¶
View Source
const Associations = clause.Associations
Variables ¶
View Source
var ErrRecordNotFound = errors.New("record not found")
View Source
var Observers = make([]Observer, 0)
Functions ¶
This section is empty.
Types ¶
type Model ¶
type Model struct { ID uint `gorm:"primaryKey"` Timestamps }
type Observer ¶ added in v1.10.2
type Observer struct { Model any Observer contractsorm.Observer }
type SoftDeletes ¶
Click to show internal directories.
Click to hide internal directories.