mirror of
https://github.com/crunchy-labs/crunchy-cli.git
synced 2026-01-21 12:12:00 -06:00
Add watch history
This commit is contained in:
parent
08c46e50bb
commit
cf35596985
3 changed files with 55 additions and 13 deletions
8
news.go
8
news.go
|
|
@ -9,11 +9,3 @@ type News struct {
|
|||
PublishDate string `json:"publish_date"`
|
||||
Description string `json:"description"`
|
||||
}
|
||||
|
||||
type TopNews struct {
|
||||
News
|
||||
}
|
||||
|
||||
type LatestNews struct {
|
||||
News
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue