Add watch history

This commit is contained in:
IchBinLeoon 2022-05-28 19:55:56 +02:00
parent 08c46e50bb
commit cf35596985
3 changed files with 55 additions and 13 deletions

View file

@ -9,11 +9,3 @@ type News struct {
PublishDate string `json:"publish_date"`
Description string `json:"description"`
}
type TopNews struct {
News
}
type LatestNews struct {
News
}