Documentation
¶
Index ¶
- Variables
- func Handler(service *youtube.Service) http.HandlerFunc
- type Item
- type Playlist
- func (p Playlist) Feed(ctx context.Context) (*feeds.Feed, error)
- func (p Playlist) FeedItems(ctx context.Context) ([]*feeds.Item, error)
- func (p Playlist) Items(ctx context.Context) ([]*Item, error)
- func (p Playlist) Meta(ctx context.Context) (*youtube.PlaylistSnippet, error)
- func (p Playlist) URL() *url.URL
Constants ¶
This section is empty.
Variables ¶
View Source
var ErrInvalid = errors.New("invalid playlist")
View Source
var ErrLimit = errors.New("exceeded fetch limit")
Functions ¶
func Handler ¶
func Handler(service *youtube.Service) http.HandlerFunc
Types ¶
type Item ¶
type Item youtube.PlaylistItemSnippet
func (*Item) ParsePublishedAt ¶ added in v1.6.0
func (*Item) TemplateDescription ¶ added in v1.6.0
Click to show internal directories.
Click to hide internal directories.