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

Struct ListItem

bluesky/blueskyapi.go:357–360  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

355}
356
357type ListItem struct {
358 URI string `json:"uri"`
359 Subject User `json:"subject"`
360}
361
362type Lists struct {
363 Lists []ListInfo `json:"lists"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected