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

Struct Blob

bluesky/blueskyapi.go:113–118  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

111}
112
113type Blob struct {
114 Type string `json:"$type"`
115 Ref Ref `json:"ref"`
116 MimeType string `json:"mimeType"`
117 Size int `json:"size"`
118}
119
120type Ref struct {
121 Link string `json:"$link"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected