model

package
v0.0.0-...-f06d465 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 14, 2020 License: MIT Imports: 0 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type FeedItem

type FeedItem struct {
	PubDate     string  `json:"pubDate"`
	Text        string  `json:"text"`
	Title       string  `json:"title"`
	Subtitle    string  `json:"subtitle"`
	Description string  `json:"description"`
	Image       *string `json:"image"`
	Summary     string  `json:"summary"`
	LinkURL     string  `json:"linkUrl"`
	Duration    string  `json:"duration"`
}

type Podcast

type Podcast struct {
	Artist        string   `json:"artist"`
	PodcastName   string   `json:"podcastName"`
	FeedURL       string   `json:"feedUrl"`
	Thumbnail     string   `json:"thumbnail"`
	EpisodesCount int      `json:"episodesCount"`
	Genres        []string `json:"genres"`
}

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL