Documentation ¶
Index ¶
Constants ¶
View Source
const ( AssociationNone = 0 AssociationBelongsTo = 1 AssociationHasMany = 2 AssociationHasOne = 3 )
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Association ¶
type Field ¶
type Field struct { Name string JSONName string Type string Tag string Association *Association }
func (*Field) IsAssociation ¶
func (*Field) IsBelongsTo ¶
func (*Field) PreloadAssocs ¶
type Model ¶
func (*Model) AllPreloadAssocs ¶
Click to show internal directories.
Click to hide internal directories.