| 226 | } |
| 227 | |
| 228 | type CreatePostRecord struct { |
| 229 | Type string `json:"$type"` |
| 230 | Text string `json:"text"` |
| 231 | CreatedAt FTime `json:"createdAt"` |
| 232 | Reply *ReplySubject `json:"reply,omitempty"` |
| 233 | Facets []Facet `json:"facets,omitempty"` |
| 234 | Embed *Embed `json:"embed,omitempty"` |
| 235 | } |
| 236 | |
| 237 | type Subject struct { |
| 238 | URI string `json:"uri"` |
nothing calls this directly
no outgoing calls
no test coverage detected