Documentation
¶
Index ¶
- type Channel
- type Option
- func WithCategoryId(categoryId string) Option
- func WithChannelManagedByMe(managedByMe bool, changed bool) Option
- func WithCountry(country string) Option
- func WithCustomUrl(url string) Option
- func WithDefaultLanguage(language string) Option
- func WithDescription(desc string) Option
- func WithForHandle(handle string) Option
- func WithForUsername(username string) Option
- func WithHl(hl string) Option
- func WithID(id string) Option
- func WithMaxResults(maxResults int64) Option
- func WithMine(mine bool, changed bool) Option
- func WithMySubscribers(mySubscribers bool, changed bool) Option
- func WithOnBehalfOfContentOwner(contentOwner string) Option
- func WithService(svc *youtube.Service) Option
- func WithTitle(title string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Channel ¶
type Channel interface { List([]string, string) Update(output string) // contains filtered or unexported methods }
func NewChannel ¶
type Option ¶
type Option func(*channel)
func WithCategoryId ¶
func WithChannelManagedByMe ¶
func WithCountry ¶
func WithCustomUrl ¶
func WithDefaultLanguage ¶
func WithDescription ¶
func WithForHandle ¶
func WithForUsername ¶
func WithMaxResults ¶
func WithMySubscribers ¶
func WithService ¶
func WithService(svc *youtube.Service) Option
Click to show internal directories.
Click to hide internal directories.