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

Struct RecordResponse

bluesky/blueskyapi.go:289–293  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

287}
288
289type RecordResponse struct {
290 URI string `json:"uri"`
291 CID string `json:"cid"`
292 Value RecordValue `json:"value"`
293}
294
295type RecordValue struct { // TODO: Figure out how to make it get different types of records
296 Reply *ReplySubject `json:"reply,omitempty"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected