| 256 | } |
| 257 | |
| 258 | type RepostedBy struct { |
| 259 | Subject |
| 260 | Cursor string `json:"cursor"` |
| 261 | RepostedBy []User `json:"repostedBy"` |
| 262 | } |
| 263 | type Likes struct { |
| 264 | Subject |
| 265 | Cursor string `json:"cursor"` |
nothing calls this directly
no outgoing calls
no test coverage detected