newfetch/data/fetchdata.go
2022-07-24 02:01:07 +08:00

11 lines
254 B
Go

package data
type FetchData struct {
Url string `json:"url"`
Title string `json:"title"`
Desc string `json:"desc"`
Date string `json:"date"`
CreatedTime string `json:"created_time"`
Source string `json:"source"`
}