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

Struct StoryData

bridge/bridge.go:371–374  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

369}
370
371type StoryData struct {
372 Title string `json:"title" xml:"title"`
373 Articles []NewsArticle `json:"articles" xml:"articles"`
374}
375
376// cringe that i need these multiple
377

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected