| 172 | } |
| 173 | |
| 174 | type Timeline struct { |
| 175 | Feed []Feed `json:"feed"` |
| 176 | Cursor string `json:"cursor"` |
| 177 | } |
| 178 | |
| 179 | type FollowersTimeline struct { |
| 180 | Subject User `json:"subject"` |
nothing calls this directly
no outgoing calls
no test coverage detected