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

Struct Connection

bridge/bridge.go:266–269  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

264}
265
266type Connection struct {
267 XMLName xml.Name `xml:"connection" json:"-"`
268 Value string `xml:",chardata"`
269}
270
271type Connections struct {
272 XMLName xml.Name `xml:"connections" json:"-"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected