Lines Matching full:relationships
35 // two or more packages, so we need to go through the relationships,
38 if doc.Relationships == nil {
39 return nil, fmt.Errorf("multiple Packages in Document but Relationships slice is nil")
58 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")
86 // two or more packages, so we need to go through the relationships,
89 if doc.Relationships == nil {
90 return nil, fmt.Errorf("multiple Packages in Document but Relationships slice is nil")
109 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")
137 // two or more packages, so we need to go through the relationships,
140 if doc.Relationships == nil {
141 return nil, fmt.Errorf("multiple Packages in Document but Relationships slice is nil")
160 return nil, fmt.Errorf("no DESCRIBES or DESCRIBED_BY relationships found for this Document")