MCPcopy Create free account
hub / github.com/Preloading/TwitterAPIBridge / Discovery

Struct Discovery

bridge/bridge.go:357–362  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357type Discovery struct {
358 Statuses []Tweet `json:"statuses" xml:"statuses"`
359 Stories []Story `json:"stories" xml:"stories"`
360 RelatedQueries []RelatedQuery `json:"related_queries" xml:"related_queries"`
361 SpellingCorrections []SpellingCorrection `json:"spelling_corrections" xml:"spelling_corrections"`
362}
363
364type Story struct {
365 Type string `json:"type" xml:"type"` // news or topic

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected