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

Struct ItemByWithDate

bluesky/blueskyapi.go:269–273  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

267}
268
269type ItemByWithDate struct {
270 IndexedAt time.Time `json:"indexedAt"`
271 CreatedAt FTime `json:"createdAt"`
272 Actor User `json:"actor"`
273}
274
275type PostSearchResult struct {
276 Posts []Post `json:"posts"`

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected