| 307 | } |
| 308 | |
| 309 | type RelationshipsRes struct { |
| 310 | Actor string `json:"actor"` |
| 311 | Relationships []Relationships `json:"relationships"` |
| 312 | } |
| 313 | |
| 314 | type TrendingTopics struct { |
| 315 | Topics []TrendingTopic `json:"topics"` |
nothing calls this directly
no outgoing calls
no test coverage detected