Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type NewsData ¶
type NewsData struct {
// Rank int `json:"rank"`
Name string `json:"title"`
ViewNum interface{} `json:"other"`
Link string `json:"link"`
}
NewsData a
type NewsDataRaw ¶
type NewsDataRaw struct {
Data struct {
List []NewsData `json:"list"`
} `json:"data"`
}
NewsDataRaw 原始
Click to show internal directories.
Click to hide internal directories.