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

Struct SourceTargetFriendshipRoot

bridge/bridge.go:316–319  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

314}
315
316type SourceTargetFriendshipRoot struct {
317 XMLName xml.Name `xml:"relationships" json:"-"` // ?
318 Relation SourceTargetFriendship `json:"relationship" xml:"relationship"`
319}
320
321type Trends struct {
322 Created time.Time `json:"created_at" xml:"created_at"` // EVERYWHERE except here it uses a different format for time. why.

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected