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

Struct SourceTargetFriendship

bridge/bridge.go:310–314  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

308}
309
310type SourceTargetFriendship struct {
311 XMLName xml.Name `xml:"relationship" json:"-"`
312 Source UserFriendship `json:"source" xml:"source"`
313 Target UserFriendship `json:"target" xml:"target"`
314}
315
316type SourceTargetFriendshipRoot struct {
317 XMLName xml.Name `xml:"relationships" json:"-"` // ?

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected