| 411 | } |
| 412 | |
| 413 | type SocialProof struct { |
| 414 | Type string `json:"social_proof_type" xml:"social_proof_type"` // social or query |
| 415 | ReferencedBy SocialProofedReferencedBy `json:"referenced_by" xml:"referenced_by"` |
| 416 | } |
| 417 | |
| 418 | type SocialProofedReferencedBy struct { |
| 419 | Statuses []Tweet `json:"statuses" xml:"statuses"` |
nothing calls this directly
no outgoing calls
no test coverage detected