| 314 | } |
| 315 | |
| 316 | type SourceTargetFriendshipRoot struct { |
| 317 | XMLName xml.Name `xml:"relationships" json:"-"` // ? |
| 318 | Relation SourceTargetFriendship `json:"relationship" xml:"relationship"` |
| 319 | } |
| 320 | |
| 321 | type Trends struct { |
| 322 | Created time.Time `json:"created_at" xml:"created_at"` // EVERYWHERE except here it uses a different format for time. why. |
nothing calls this directly
no outgoing calls
no test coverage detected