Documentation
¶
Index ¶
- type CommentThread
- type Option
- func WithAllThreadsRelatedToChannelId(allThreadsRelatedToChannelId string) Option
- func WithAuthorChannelId(authorChannelId string) Option
- func WithChannelId(channelId string) Option
- func WithID(id []string) Option
- func WithMaxResults(maxResults int64) Option
- func WithModerationStatus(moderationStatus string) Option
- func WithOrder(order string) Option
- func WithSearchTerms(searchTerms string) Option
- func WithService(svc *youtube.Service) Option
- func WithTextFormat(textFormat string) Option
- func WithTextOriginal(textOriginal string) Option
- func WithVideoId(videoId string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type CommentThread ¶
type CommentThread interface { List([]string, string) Insert(output string) // contains filtered or unexported methods }
func NewCommentThread ¶
func NewCommentThread(opts ...Option) CommentThread
type Option ¶
type Option func(*commentThread)
func WithAuthorChannelId ¶
func WithChannelId ¶
func WithMaxResults ¶
func WithModerationStatus ¶
func WithSearchTerms ¶
func WithService ¶
func WithService(svc *youtube.Service) Option
func WithTextFormat ¶
func WithTextOriginal ¶
func WithVideoId ¶
Click to show internal directories.
Click to hide internal directories.