fix lint
This commit is contained in:
parent
34be0fe3c4
commit
b1cdc9348f
@ -85,6 +85,8 @@ func embeddedValues(embeddedRelations *schema.Relationships) []string {
|
|||||||
|
|
||||||
// preloadEntryPoint enters layer by layer. It will call real preload if it finds the right entry point.
|
// preloadEntryPoint enters layer by layer. It will call real preload if it finds the right entry point.
|
||||||
// If the current relationship is embedded or joined, current query will be ignored.
|
// If the current relationship is embedded or joined, current query will be ignored.
|
||||||
|
//
|
||||||
|
//nolint:cyclop
|
||||||
func preloadEntryPoint(db *gorm.DB, preloadFields, joins []string, relationships *schema.Relationships, preloads map[string][]interface{}, associationsConds []interface{}) error {
|
func preloadEntryPoint(db *gorm.DB, preloadFields, joins []string, relationships *schema.Relationships, preloads map[string][]interface{}, associationsConds []interface{}) error {
|
||||||
preloadMap := parsePreloadMap(db.Statement.Schema, preloads)
|
preloadMap := parsePreloadMap(db.Statement.Schema, preloads)
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user