| 267 | } |
| 268 | |
| 269 | type ItemByWithDate struct { |
| 270 | IndexedAt time.Time `json:"indexedAt"` |
| 271 | CreatedAt FTime `json:"createdAt"` |
| 272 | Actor User `json:"actor"` |
| 273 | } |
| 274 | |
| 275 | type PostSearchResult struct { |
| 276 | Posts []Post `json:"posts"` |
nothing calls this directly
no outgoing calls
no test coverage detected