Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type FeedItem ¶
type FeedItem struct { ID string `json:"id"` MediaID *string `json:"mediaId"` Caption string `json:"caption"` Posted time.Time `json:"posted"` Username string `json:"username"` Likes int `json:"likes"` HasLiked bool `json:"hasLiked"` IsAuthor bool `json:"isAuthor"` }
FeedItem represents a post in a feed.
Click to show internal directories.
Click to hide internal directories.