This commit is contained in:
Nazar Kanaev
2021-03-26 13:28:29 +00:00
parent 5335863488
commit 51cbdea31f
4 changed files with 37 additions and 28 deletions

View File

@@ -14,7 +14,7 @@ type Item struct {
URL string
Title string
Content string
ImageURL string
PodcastURL string
Content string
ImageURL string
AudioURL string
}