Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var RelationType = reflect.TypeOf((*Relationship)(nil)).Elem()
Functions ¶
func InitializeRelationships ¶
Types ¶
type Relationship ¶
type Relationship interface { Initialize(self any, field reflect.StructField) error Loaded() bool }
Click to show internal directories.
Click to hide internal directories.