Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CharacterURIContent ¶
type CharacterURIContent struct {
Avatars []string `json:"avatars"`
Bio string `json:"bio"`
ConnectedAccounts json.RawMessage `json:"connected_accounts"`
Name string `json:"name"`
}
type NoteContent ¶
type NoteContent struct {
Type string `json:"type"`
Tags []string `json:"tags"`
Authors []string `json:"authors"`
Title string `json:"title"`
Content string `json:"content"`
Attachments []NoteContentAttachment `json:"attachments"`
Sources []string `json:"sources"`
ExternalUrls []string `json:"external_urls"`
DatePublished time.Time `json:"date_published"`
}
type NoteContentAttachment ¶
type ProfileURIContent ¶
Click to show internal directories.
Click to hide internal directories.