Documentation
¶
Index ¶
- type EmbedExternal
- type EmbedExternal_External
- type EmbedExternal_View
- type EmbedExternal_ViewExternal
- type EmbedImages
- type EmbedImages_Image
- type EmbedImages_View
- type EmbedImages_ViewImage
- type EmbedRecord
- type EmbedRecordWithMedia
- type EmbedRecordWithMedia_Media
- type EmbedRecordWithMedia_View
- type EmbedRecordWithMedia_View_Media
- type EmbedRecord_View
- type EmbedRecord_ViewBlocked
- type EmbedRecord_ViewNotFound
- type EmbedRecord_ViewRecord
- type EmbedRecord_ViewRecord_Embeds_Elem
- type EmbedRecord_View_Record
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type EmbedExternal ¶
type EmbedExternal struct { LexiconTypeID string External *EmbedExternal_External }
type EmbedExternal_External ¶
type EmbedExternal_View ¶
type EmbedExternal_View struct { LexiconTypeID string External *EmbedExternal_ViewExternal }
type EmbedImages ¶
type EmbedImages struct { LexiconTypeID string Images []*EmbedImages_Image }
type EmbedImages_Image ¶
type EmbedImages_View ¶
type EmbedImages_View struct { LexiconTypeID string Images []*EmbedImages_ViewImage }
type EmbedImages_ViewImage ¶
type EmbedRecord ¶
type EmbedRecord struct { LexiconTypeID string Record *comatprototypes.RepoStrongRef }
type EmbedRecordWithMedia ¶
type EmbedRecordWithMedia struct { LexiconTypeID string Media *EmbedRecordWithMedia_Media Record *EmbedRecord }
type EmbedRecordWithMedia_Media ¶
type EmbedRecordWithMedia_Media struct { EmbedImages *EmbedImages EmbedExternal *EmbedExternal }
type EmbedRecordWithMedia_View ¶
type EmbedRecordWithMedia_View struct { LexiconTypeID string Media *EmbedRecordWithMedia_View_Media Record *EmbedRecord_View }
type EmbedRecordWithMedia_View_Media ¶
type EmbedRecordWithMedia_View_Media struct { EmbedImages_View *EmbedImages_View EmbedExternal_View *EmbedExternal_View }
type EmbedRecord_View ¶
type EmbedRecord_View struct { LexiconTypeID string Record *EmbedRecord_View_Record }
type EmbedRecord_ViewBlocked ¶
type EmbedRecord_ViewBlocked struct { LexiconTypeID string Author *bsky.FeedDefs_BlockedAuthor Blocked bool Uri string }
type EmbedRecord_ViewRecord ¶
type EmbedRecord_ViewRecord struct { LexiconTypeID string Author *bsky.ActorDefs_ProfileViewBasic Cid string Embeds []*EmbedRecord_ViewRecord_Embeds_Elem IndexedAt string Labels []*comatprototypes.LabelDefs_Label Uri string Value *util.LexiconTypeDecoder }
type EmbedRecord_ViewRecord_Embeds_Elem ¶
type EmbedRecord_ViewRecord_Embeds_Elem struct { EmbedImages_View *EmbedImages_View EmbedExternal_View *EmbedExternal_View EmbedRecord_View *EmbedRecord_View EmbedRecordWithMedia_View *EmbedRecordWithMedia_View }
type EmbedRecord_View_Record ¶
type EmbedRecord_View_Record struct { EmbedRecord_ViewRecord *EmbedRecord_ViewRecord EmbedRecord_ViewNotFound *EmbedRecord_ViewNotFound EmbedRecord_ViewBlocked *EmbedRecord_ViewBlocked FeedDefs_GeneratorView *bsky.FeedDefs_GeneratorView GraphDefs_ListView *bsky.GraphDefs_ListView }
Click to show internal directories.
Click to hide internal directories.