()
| 109 | } |
| 110 | |
| 111 | func (d *DuplicateFieldError) Error() string { |
| 112 | return fmt.Sprintf("duplicate field: %q", d.Name) |
| 113 | } |
| 114 | |
| 115 | // LookupTypeRecord returns a TypeRecord within this context that binds with the |
| 116 | // indicated fields. Subsequent calls with the same fields will return the |