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

Struct RelationshipsRes

bluesky/blueskyapi.go:309–312  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

307}
308
309type RelationshipsRes struct {
310 Actor string `json:"actor"`
311 Relationships []Relationships `json:"relationships"`
312}
313
314type TrendingTopics struct {
315 Topics []TrendingTopic `json:"topics"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected