Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for setupValuerAndSetter (0.13 sec)

  1. schema/schema.go

    			schema.FieldsByName[field.Name] = field
    		}
    		if of, ok := schema.FieldsByBindName[bindName]; !ok || of.TagSettings["-"] == "-" {
    			schema.FieldsByBindName[bindName] = field
    		}
    
    		field.setupValuerAndSetter()
    	}
    
    	prioritizedPrimaryField := schema.LookUpField("id")
    	if prioritizedPrimaryField == nil {
    		prioritizedPrimaryField = schema.LookUpField("ID")
    	}
    
    	if prioritizedPrimaryField != nil {
    Registered: Sun Oct 27 09:35:08 UTC 2024
    - Last Modified: Thu Jun 20 12:19:31 UTC 2024
    - 13.7K bytes
    - Viewed (0)
Back to top