Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hasType (0.05 sec)

  1. schema/relationship.go

    func hasPolymorphicRelation(tagSettings map[string]string) bool {
    	if _, ok := tagSettings["POLYMORPHIC"]; ok {
    		return true
    	}
    
    	_, hasType := tagSettings["POLYMORPHICTYPE"]
    	_, hasId := tagSettings["POLYMORPHICID"]
    
    	return hasType && hasId
    }
    
    func (schema *Schema) setRelation(relation *Relationship) {
    	schema.Relationships.Mux.Lock()
    	defer schema.Relationships.Mux.Unlock()
    
    Registered: Sun Sep 07 09:35:13 UTC 2025
    - Last Modified: Mon Aug 18 11:44:52 UTC 2025
    - 23.1K bytes
    - Viewed (1)
  2. api/go1.txt

    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Family uint16
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Halen uint8
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Hatype uint16
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-386), type RawSockaddrLinklayer struct, Pkttype uint8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
  3. api/go1.2.txt

    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Family uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Halen uint8
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Hatype uint16
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Ifindex int32
    pkg syscall (linux-arm-cgo), type RawSockaddrLinklayer struct, Pkttype uint8
    Registered: Tue Sep 09 11:13:09 UTC 2025
    - Last Modified: Fri Oct 18 04:36:59 UTC 2013
    - 1.9M bytes
    - Viewed (1)
Back to top