| 264 | } |
| 265 | |
| 266 | type Connection struct { |
| 267 | XMLName xml.Name `xml:"connection" json:"-"` |
| 268 | Value string `xml:",chardata"` |
| 269 | } |
| 270 | |
| 271 | type Connections struct { |
| 272 | XMLName xml.Name `xml:"connections" json:"-"` |
nothing calls this directly
no outgoing calls
no test coverage detected