| 273 | } |
| 274 | |
| 275 | type PostSearchResult struct { |
| 276 | Posts []Post `json:"posts"` |
| 277 | HitsTotal int `json:"hitsTotal"` |
| 278 | Cursor string `json:"cursor"` |
| 279 | } |
| 280 | |
| 281 | type UserSearchResult struct { |
| 282 | Actors []User `json:"actors"` |
nothing calls this directly
no outgoing calls
no test coverage detected