| 269 | } |
| 270 | |
| 271 | type Connections struct { |
| 272 | XMLName xml.Name `xml:"connections" json:"-"` |
| 273 | Connection []Connection `xml:"connection"` |
| 274 | } |
| 275 | |
| 276 | type UserRelationships struct { |
| 277 | XMLName xml.Name `xml:"relationships" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected