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

Struct Relationships

bluesky/blueskyapi.go:303–307  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

301}
302
303type Relationships struct {
304 DID string `json:"did"`
305 Following string `json:"following"`
306 FollowedBy string `json:"followedBy"`
307}
308
309type RelationshipsRes struct {
310 Actor string `json:"actor"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected