Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var SpiderClient *resty.Client
Functions ¶
Types ¶
type BBS ¶
type BBS struct { Region Region `comment:"领域"` Uid string `comment:"帖子id"` Title string `comment:"标题"` Href string `comment:"链接"` Label string `comment:"标签"` ReplyCnt int `comment:"回复"` ViewCnt int `comment:"浏览"` LightCnt int `comment:"亮了"` Content string `comment:"内容"` // Author User `comment:"作者"` Nickname string `comment:"作者"` PostTime string `comment:"发帖时间"` }
func VoteGetBBS ¶
湿乎乎、步行街等获取帖子信息的方法
type GetBBSInfoFunc ¶
Click to show internal directories.
Click to hide internal directories.