| 308 | } |
| 309 | |
| 310 | type SourceTargetFriendship struct { |
| 311 | XMLName xml.Name `xml:"relationship" json:"-"` |
| 312 | Source UserFriendship `json:"source" xml:"source"` |
| 313 | Target UserFriendship `json:"target" xml:"target"` |
| 314 | } |
| 315 | |
| 316 | type SourceTargetFriendshipRoot struct { |
| 317 | XMLName xml.Name `xml:"relationships" json:"-"` // ? |
nothing calls this directly
no outgoing calls
no test coverage detected