Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func CollectNews ¶
func CollectNews(day string)
Types ¶
type News ¶
type News struct { Id string `json:"_id,omitempty" bson:"_id,omitempty"` Title string `json:"title" bson:"title"` News string `json:"news_text" bson:"news_text"` Url string `json:"site_url" bson:"site_ur"` Image string `json:"image_url" bson:"image_url"` NewsShort string `json:"news_summary_short" bson:"news_summary_short"` NewsLong string `json:"news_summary_long" bson:"news_summary_long"` Time string `json:"timestamp" bson:"timestamp"` }
func GetOneNews ¶
Click to show internal directories.
Click to hide internal directories.