Documentation
¶
Index ¶
- type Comment
- type Option
- func WithAuthorChannelId(authorChannelId string) Option
- func WithBanAuthor(banAuthor bool, changed bool) Option
- func WithCanRate(canRate bool, changed bool) Option
- func WithChannelId(channelId string) Option
- func WithIDs(ids []string) Option
- func WithMaxResults(maxResults int64) Option
- func WithModerationStatus(moderationStatus string) Option
- func WithParentId(parentId string) Option
- func WithService(svc *youtube.Service) Option
- func WithTextFormat(textFormat string) Option
- func WithTextOriginal(textOriginal string) Option
- func WithVideoId(videoId string) Option
- func WithViewerRating(viewerRating string) Option
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Comment ¶
type Comment interface { List([]string, string) Insert(output string) Update(output string) Delete() MarkAsSpam(output string) SetModerationStatus(output string) // contains filtered or unexported methods }
func NewComment ¶
type Option ¶
type Option func(*comment)
func WithAuthorChannelId ¶
func WithBanAuthor ¶
func WithCanRate ¶
func WithChannelId ¶
func WithMaxResults ¶
func WithModerationStatus ¶
func WithParentId ¶
func WithService ¶
func WithService(svc *youtube.Service) Option
func WithTextFormat ¶
func WithTextOriginal ¶
func WithVideoId ¶
func WithViewerRating ¶
Click to show internal directories.
Click to hide internal directories.