Documentation
¶
Index ¶
Constants ¶
View Source
const ( LogQuiet = iota LogNormal )
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Post ¶
type Post struct {
ID string `json:"id"`
Image *string `json:"image"`
URL string `json:"url"`
Title string `json:"title"`
Content *string `json:"content"`
CommentCount int `json:"comment_count"`
LikeCount int `json:"like_count"`
MediaType *string `json:"media_type"`
MediaURL *string `json:"media_url"`
Tags []string `json:"tags"`
PublishedAt time.Time `json:"published_at"`
}
Click to show internal directories.
Click to hide internal directories.