Versions in this module Expand all Collapse all v0 v0.9.8 Jan 4, 2025 v0.9.7 Sep 18, 2024 Changes in this version + type Channel interface + List func([]string, string) + Update func(output string) + func NewChannel(opts ...Option) Channel + type Option func(*channel) + 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