Specifically for reposts
| 82 | |
| 83 | // Specifically for reposts |
| 84 | type PostReason struct { |
| 85 | Type string `json:"$type"` |
| 86 | By User `json:"by"` |
| 87 | IndexedAt time.Time `json:"indexedAt"` |
| 88 | } |
| 89 | |
| 90 | type Embed struct { |
| 91 | Type string `json:"$type"` |
nothing calls this directly
no outgoing calls
no test coverage detected