Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 3 of 3 for hasType (0.2 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) {
    	// set non-embedded relation
    Go
    - Registered: Sun Apr 28 09:35:09 GMT 2024
    - Last Modified: Mon Apr 15 03:20:20 GMT 2024
    - 22.4K bytes
    - Viewed (0)
  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
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Wed Aug 14 18:58:28 GMT 2013
    - 1.7M bytes
    - Viewed (1)
  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
    Plain Text
    - Registered: Tue Apr 30 11:13:12 GMT 2024
    - Last Modified: Fri Oct 18 04:36:59 GMT 2013
    - 1.9M bytes
    - Viewed (2)
Back to top