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

Struct Feature

bluesky/blueskyapi.go:129–134  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

127}
128
129type Feature struct {
130 Type string `json:"$type"`
131 Tag string `json:"tag"`
132 Did string `json:"did,omitempty"`
133 Uri string `json:"uri,omitempty"`
134}
135
136type Index struct {
137 ByteEnd int `json:"byteEnd"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected