newfetch/data/fetchdata.go

11 lines
254 B
Go
Raw Permalink Normal View History

2022-07-23 18:01:07 +00:00
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"`
}