This is solely for the purpose of unmarshalling the response from the API
| 197 | |
| 198 | // This is solely for the purpose of unmarshalling the response from the API |
| 199 | type ThreadRoot struct { |
| 200 | Thread Thread `json:"thread"` |
| 201 | } |
| 202 | |
| 203 | // Reposting/Retweeting |
| 204 | type CreateRecordPayload struct { |
nothing calls this directly
no outgoing calls
no test coverage detected