Reposting/Retweeting
| 202 | |
| 203 | // Reposting/Retweeting |
| 204 | type CreateRecordPayload struct { |
| 205 | Collection string `json:"collection"` |
| 206 | Repo string `json:"repo"` |
| 207 | Record interface{} `json:"record"` |
| 208 | } |
| 209 | |
| 210 | type UpdateRecordPayload struct { |
| 211 | CreateRecordPayload |
nothing calls this directly
no outgoing calls
no test coverage detected