| 250 | } |
| 251 | |
| 252 | type CreateRecordResult struct { |
| 253 | Subject |
| 254 | Commit Commit `json:"commit"` |
| 255 | ValidationStatus string `json:"validationStatus"` |
| 256 | } |
| 257 | |
| 258 | type RepostedBy struct { |
| 259 | Subject |
nothing calls this directly
no outgoing calls
no test coverage detected