| 220 | } |
| 221 | |
| 222 | type PostInteractionRecord struct { |
| 223 | Type string `json:"$type"` |
| 224 | CreatedAt string `json:"createdAt"` |
| 225 | Subject interface{} `json:"subject"` |
| 226 | } |
| 227 | |
| 228 | type CreatePostRecord struct { |
| 229 | Type string `json:"$type"` |
nothing calls this directly
no outgoing calls
no test coverage detected