| 301 | } |
| 302 | |
| 303 | type Relationships struct { |
| 304 | DID string `json:"did"` |
| 305 | Following string `json:"following"` |
| 306 | FollowedBy string `json:"followedBy"` |
| 307 | } |
| 308 | |
| 309 | type RelationshipsRes struct { |
| 310 | Actor string `json:"actor"` |
nothing calls this directly
no outgoing calls
no test coverage detected