Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Text ¶
type Text struct {
// Title 标题
Title string `json:"title,omitempty"`
// Image 图片
Image []string `json:"image,omitempty"`
// Author 作者
Author string `json:"author,omitempty"`
// PublishTime 发布时间
PublishTime string `json:"publish_time,omitempty"`
// Content 正文
Content string `json:"content,omitempty"`
// ContentHTML 正文源码
ContentHTML string `json:"content_html,omitempty"`
}
Text 提取的文本信息
Click to show internal directories.
Click to hide internal directories.