Documentation ¶
Index ¶
- type Option
- func WithChannelId(channelId string) Option
- func WithDescription(description string) Option
- func WithId(id string) Option
- func WithKChannelId(kChannelId string) Option
- func WithKPlaylistId(kPlaylistId string) Option
- func WithKVideoId(kVideoId string) Option
- func WithKind(kind string) Option
- func WithMaxResults(maxResults int64) Option
- func WithOnBehalfOfContentOwner(onBehalfOfContentOwner string) Option
- func WithPlaylistId(playlistId string) Option
- func WithPrivacy(privacy string) Option
- func WithService() Option
- func WithTitle(title string) Option
- func WithVideoId(videoId string) Option
- type PlaylistItem
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Option ¶
type Option func(*playlistItem)
func WithChannelId ¶
func WithDescription ¶
func WithKChannelId ¶
func WithKPlaylistId ¶
func WithKVideoId ¶
func WithMaxResults ¶
func WithPlaylistId ¶
func WithPrivacy ¶
func WithService ¶
func WithService() Option
func WithVideoId ¶
type PlaylistItem ¶
type PlaylistItem interface { List([]string, string) Insert() Update() Delete() // contains filtered or unexported methods }
func NewPlaylistItem ¶
func NewPlaylistItem(opts ...Option) PlaylistItem
Click to show internal directories.
Click to hide internal directories.