Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var HowManyPages = 1
Functions ¶
func EntryPoint ¶
func EntryPoint()
Types ¶
type C ¶
type C struct {
// contains filtered or unexported fields
}
func (*C) GetNewsList ¶
func (c *C) GetNewsList()
type Filter ¶
type Filter struct {
// contains filtered or unexported fields
}
func (*Filter) AppendNewLine ¶
type GroupNews ¶
type GroupNews struct { NewsGuid string `json:"newsGuid"` // 新闻主键 NewsTitle string `json:"newsTitle"` // 新闻标题 NewsTs string `json:"newsTs"` // 新闻日期 NewsUrl string `json:"newsUrl"` // 新闻链接 NewsSource string `json:"newsSource"` // 中国诚通控股集团有限公司 NewsSourceCode string `json:"newsSourceCode"` // WEB_02019 NewsSummary string `json:"newsSummary"` // 新闻正文 PolicyType string `json:"policyType"` // 10 PolicyTypeName string `json:"policyTypeName"` // 国家政策 NewsGysCode string `json:"newsGysCode"` // 90 NewsGysName string `json:"newsGysName"` // 爬虫 NewsId int `json:"newsId"` // 0 Image [][]byte `json:"image"` // 新闻图片 }
type PagerIndex ¶
Click to show internal directories.
Click to hide internal directories.