yt

package
v0.0.0-...-8475036 Latest Latest
Warning

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

Go to latest
Published: Nov 11, 2022 License: MIT Imports: 1 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type YoutubePlaylistServiceAPI

type YoutubePlaylistServiceAPI interface {
	PlaylistId(playlistID string) *youtube.PlaylistItemsListCall
}

YoutubePlaylistServiceAPI provides an interface for mocking youtube playlistitemscall behavior

type YoutubeSearchAPI

type YoutubeSearchAPI interface {
	Q(q string) *youtube.SearchListCall
}

YoutubeSearchAPI provides an interface for youtube search behavior

type YoutubeVideoDetailsAPI

type YoutubeVideoDetailsAPI interface {
	Q(q string) *youtube.VideosListCall
}

YoutubeVideoDetailsAPI provides an interface for mocking

type YoutubeVideoServiceAPI

type YoutubeVideoServiceAPI interface {
	List(part []string) *youtube.VideosListCall
	Q(q string) *youtube.VideosListCall
}

YoutubeVideoServiceAPI provides an interface for mocking youtube videoslistcall behavior

Jump to

Keyboard shortcuts

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