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

Struct Connections

bridge/bridge.go:271–274  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

269}
270
271type Connections struct {
272 XMLName xml.Name `xml:"connections" json:"-"`
273 Connection []Connection `xml:"connection"`
274}
275
276type UserRelationships struct {
277 XMLName xml.Name `xml:"relationships" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected