Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for FieldsByBindName (0.07 sec)

  1. 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 {
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Tue Aug 19 06:35:49 UTC 2025
    - 12.9K bytes
    - Viewed (0)
Back to top