- Sort Score
- Num 10 results
- Language All
Results 1 - 1 of 1 for FieldsByBindName (0.1 seconds)
-
schema/schema.go
} } if of, ok := schema.FieldsByName[field.Name]; !ok || of.TagSettings["-"] == "-" { schema.FieldsByName[field.Name] = field } if of, ok := schema.FieldsByBindName[bindName]; !ok || of.TagSettings["-"] == "-" { schema.FieldsByBindName[bindName] = field } field.setupValuerAndSetter(modelType) } prioritizedPrimaryField := schema.LookUpField("id") if prioritizedPrimaryField == nil {
Created: Sun Apr 05 09:35:12 GMT 2026 - Last Modified: Sat Mar 21 11:35:55 GMT 2026 - 13.3K bytes - Click Count (0)